.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
#logo_slide li{float:left;display:inline-block;}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    /*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	padding:0;
	margin-top:8px;
	position:relative;   
}

.nbs-flexisel-item {
    float:left;
    margin:0;
    padding:0px;
    /*cursor:pointer;*/
    position:relative;display: inline-block;
    line-height:0px;
}

.nbs-flexisel-item a { display:block; margin:5px 10px;}


.nbs-flexisel-item img {
    /*width: 100%;*/
    cursor: pointer;
    position: relative;
    margin-top:0;
	border:solid #ddd 1px;
   /* margin-bottom:0px;
    max-width:150px;
    max-height:120px;*/
}

.nbs-flexisel-item h2 {margin:0 0 0 10px; padding:8px 5px; background:rgba(0,0,0,0.65); font-size:15px; color:#fff; text-align:center; position:absolute; bottom:0; width:201px;}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width:25px;
    height:25px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    /*opacity: 0.5;*/
	border-radius:3px;
	-webkit-border-radius:3px;
	
}

.nbs-flexisel-nav-left {
    right:30px;
    background:#26176c url(../images/prev.png) 9px 7px no-repeat;
	top:-24px !important;
}

.nbs-flexisel-nav-right {
    right:0px;
    background:#26176c url(../images/next.png) 10px 7px no-repeat;
	top:-24px !important;
}

.nbs-flexisel-nav-left:hover {
	background:#000 url(../images/prev.png) 9px 7px no-repeat;
}

.nbs-flexisel-nav-right:hover {
	background:#000 url(../images/next.png) 10px 7px no-repeat;
}