
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	padding-bottom:25px;
}
.nbs-flexisel-container:after{
	position:absolute;
	content:'';
	width:100%;
	height:2px;
	bottom:0;
	left:0;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    
    width:100%;
	margin:0 auto;
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0 5px;
    position:relative;
    line-height:0px;
	
}
.nbs-flexisel-item img {
    width: 100%;
    position: relative;

}
.nbs-flexisel-item p{
	background:#fff;
	padding:5px;
	font-size:12px;
	line-height:normal;
}
.nbs-flexisel-item:after{
position:absolute;
content:'';
width:100%;
height:8px;
left:0;
bottom:-2px;
z-index:999;

}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 23px;
    height: 23px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
	top:auto!important;
	bottom:-10px!important;
	border-radius: 35px;
	box-shadow: 0px 0px 3px 1px #CCC;
	-ms-box-shadow: 0px 0px 3px 1px #CCC;
	-o-box-shadow: 0px 0px 3px 1px #CCC;
	-moz-box-shadow: 0px 0px 3px 1px #CCC;
	-webkit-box-shadow: 0px 0px 3px 1px #CCC;
    
}

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{display:none;}
.nbs-flexisel-nav-left {
    left:35%;
    background: url(../../images/crausol-nav.png) no-repeat left top;  
}

.nbs-flexisel-nav-right {
    right: 35%;
    background: url(../../images/crausol-nav.png) no-repeat right top;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover{ background-position:bottom}