
.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;     
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
 }

.nbs-flexisel-item {
    float:left;
    margin:0;
    padding:0px;
    position:relative;
}
.nbs-flexisel-item h3 {
	margin:0 10px 10px 0;
	padding:0 0 10px;
	font-size:17px;
	color:#fff;
	border-bottom:solid #fff 1px;
}
.nbs-flexisel-item p {
	margin:0; 
	padding:0;
	font-size:14px;
	color:#fff;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	display:none;
}

.nbs-flexisel-nav-left {
    left: 10px;
    /*background: url(../images/button-previous.png) no-repeat;*/
}

.nbs-flexisel-nav-right {
    right: 5px;
    /*background: url(../images/button-next.png) no-repeat;*/
}