@charset "utf-8";
/* CSS Document */
#flexiselDemo{
	display:none;
}
/*---------------------------- footer  slider menu  ---------*/
.nbs-flexisel-container {
    position:fixed;
    max-width:100%;
	bottom:0;
	box-shadow:0 -1px 2px rgba(0,0,0,.5);
}
.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:#2fa8d9;
    background: #2fa8d9 -moz-linear-gradient(top, #2fa8d9 0%, #006e9b 100%); /* FF3.6+ */
    background: #2fa8d9 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fa8d9), color-stop(100%,#006e9b)); /* Chrome,Safari4+ */
    background: #2fa8d9 -webkit-linear-gradient(top, #2fa8d9 0%, #006e9b 100%); /* Chrome10+,Safari5.1+ */
    background: #2fa8d9 -o-linear-gradient(top, #2fa8d9 0%, #006e9b 100%); /* Opera11.10+ */
    background: #2fa8d9 -ms-linear-gradient(top, #2fa8d9 0%, #006e9b 100%); /* IE10+ */
    background: #2fa8d9 linear-gradient(top, #2fa8d9 0%, #006e9b 100%); /* W3C */
	/*
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
	*/
}
.nbs-flexisel-item {
	font-size:12px;
	color:#fff;
    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/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;
}