@charset "utf-8";
/* CSS Document */
#flexiselDemo{
    display:none;
}
#footer{
	position:fixed;
    width:100%;
	bottom:0;
	box-shadow:0 -1px 2px rgba(0,0,0,.5);
	z-index:9999;
	background:#e9afb7;
    background:#e9afb7 -moz-linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* FF3.6+ */
    background:#e9afb7 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9afb7), color-stop(100%,#9b4854)); /* Chrome,Safari4+ */
    background:#e9afb7 -webkit-linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* Chrome10+,Safari5.1+ */
    background:#e9afb7 -o-linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* Opera11.10+ */
    background:#e9afb7 -ms-linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* IE10+ */
    background:#e9afb7 linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* W3C */
	text-align:center;
}
#footer li{
	float:left;
	display:block;
	width:20%;
}
#footer li a{
	font-size:0.75em;
	display:inline-block;
	color:#fff;
	padding:2px 0;
	width:100%;
}
#footer li a:hover{
	background:url(/images/idol/bg_footer.jpg) repeat-x;
}
#footer li a img{
	max-width:30px;
    max-height:30px;
}
#footer li b{
	display:block;
}

/*---------------------------- footer  slider menu  ---------*/
.nbs-flexisel-container {
    position:fixed;
    max-width:100%;
	bottom:0;
	box-shadow:0 -1px 2px rgba(0,0,0,.5);
	z-index:9999;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0;
    padding:0;
    list-style-type:none;   
    text-align:center;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#e9afb7;
    background:#e9afb7 -moz-linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* FF3.6+ */
    background:#e9afb7 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9afb7), color-stop(100%,#9b4854)); /* Chrome,Safari4+ */
    background:#e9afb7 -webkit-linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* Chrome10+,Safari5.1+ */
    background:#e9afb7 -o-linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* Opera11.10+ */
    background:#e9afb7 -ms-linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* IE10+ */
    background:#e9afb7 linear-gradient(top, #e9afb7 0%, #9b4854 100%); /* W3C */
	/*
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
	*/
}
.nbs-flexisel-item {
	font-size:12px;
	color:#b4bec6;
    float:left;
    margin:0;
    padding:0;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    max-width:30px;
    max-height:30px;
}
.nbs-flexisel-item a{
	color:#fff;
	width:100%;
	display:inline-block;
	padding:2px 0;
}
.nbs-flexisel-item a:hover, .nbs-flexisel-item .active{
	background:url(/images/idol/bg_footer.jpg) repeat-x top;
	color:#FFFFFF;
}
.nbs-flexisel-item b{
	clear:both;
	display:block;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width:28px;
    height:28px; 
    position:absolute;
    cursor:pointer;
    z-index:9999;
    opacity:0.5;
}
.nbs-flexisel-nav-left {
    left:5px;
    background:url(/images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right:5px;
    background:url(/images/button-next.png) no-repeat;
}