

.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:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	height:105px;
}

.nbs-flexisel-item {
    float:left;
    margin-left:12px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	width:190px !important;
	height:105px;
}
.nbs-flexisel-item img {
    width: 100%;
	height:100%;
    cursor: pointer;
    position: relative;
   
   
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 73px;
    height: 41px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.8;
}

.nbs-flexisel-nav-left {
    left: -160px;
	opacity: 0.6;
	top:60px !important;
    background: url(../images/prev.jpg) no-repeat;
}

.nbs-flexisel-nav-right {
    left:-86px;
	top:60px !important;
    background: url(../images/next.jpg) no-repeat;
}

.nbs-flexisel-nav-right:hover {
    opacity: 1;
}
.nbs-flexisel-nav-left:hover{
	opacity: 1;
}