.clearout{height:20px;clear:both;}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4{display:none; margin:0; float:left; position: relative;}
.nbs-flexisel-container{position:relative; margin:0; float:left; max-width:80%;}
.nbs-flexisel-ul{position:relative;width:9999px;margin:0px;padding:0px;list-style-type:none;text-align:center;}
.nbs-flexisel-inner{overflow:hidden;float:left;width:100%;}
.nbs-flexisel-item{float:left;margin:0px;padding:0px;cursor:pointer;position:relative;line-height:0px;}
.nbs-flexisel-item img{cursor:pointer;positon:relative;width:100%;height:auto;}
/*** Navigation ***/
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{position:absolute; width:40px; height:40px;  margin:-120px 0px 0px 0px; cursor:pointer;z-index:100;}
.nbs-flexisel-nav-left{left:-26%; background:url(a_pic_l.png) no-repeat center top 0; opacity:0.6;}
.nbs-flexisel-nav-right{left:-18%; background:url(a_pic_r.png) no-repeat center top 0; opacity:0.6;}
.nbs-flexisel-nav-left:hover{left:-26%; background:url(a_pic_l.png) no-repeat center top 0; opacity:1.0;}
.nbs-flexisel-nav-right:hover{left:-18%; background:url(a_pic_r.png) no-repeat center top 0; opacity:1.0;}

