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

.nbs-flexisel-inner {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
	margin-top:30px;
}

.nbs-flexisel-item {
	
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	list-style:none;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    height: 170px;
    margin: 0 auto;
}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    left: 8px;
    background: url(../images/icons/left-arrow.png) no-repeat 0px 0px;
	top:180px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/icons/right-arrow.png) no-repeat 0px 0px;
	top:180px;
}

.nbs-flexisel-nav-left:before {
    content: "<";
	display:none;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right:before {
    content: ">"
	display:none;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}