.clearout { height:20px; clear:both; }
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 { display:none; }
.nbs-flexisel-container { position:relative; max-width:100%; }
.nbs-flexisel-ul { position:relative; width:99999px; padding:0px; list-style-type:none; }
.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; }
/*** Navigation ***/
.nbs-flexisel-nav-left,  .nbs-flexisel-nav-right { width: 28px; height: 37px; top:-40px!important; position: absolute; cursor: pointer; z-index: 100; }
.nbs-flexisel-nav-left { right:45px; }
.nbs-flexisel-nav-right { right:10px; }
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover { opacity:0.6; }
.people-saying .nbs-flexisel-nav-left,  .people-saying .nbs-flexisel-nav-right { display:none; }
.gallery .nbs-flexisel-nav-left,  .gallery .nbs-flexisel-nav-right { width: 39px; height: 39px; top:-60px!important; position: absolute; cursor: pointer; z-index: 100; }
.gallery .nbs-flexisel-nav-left { right:60px; left:inherit; }
.gallery .nbs-flexisel-nav-right { right:17px;}
