
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:99%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:none;
	margin:0 auto;
    width:100%;
      }

.nbs-flexisel-item {
    float:left;
    margin:5px 5px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	max-width:203px;
	outline:1px #eee solid; 
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top:0px;
    margin-bottom:0px;
    max-width:160px;
    max-height:65px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 11px;
    height:19px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.8;
}

.nbs-flexisel-nav-left {
    left: -11px;
    background: url(../images/arrowLeft.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -11px;
    background: url(../images/arrowRight.png) no-repeat;
}