

.clearout {
height:20px;
clear:both;
}

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

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:999999999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
}

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

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

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 35px;
    height: 35px; 
    position: absolute; top:40%!important;
    cursor: pointer;
    z-index: 100;/* bottom:-20px!important; top:auto!important;  right:0!important; margin:0px auto!important;*/

}

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

.nbs-flexisel-nav-left {
    left: -15px;
    background: url(../images/button-previous.png) no-repeat; margin-left:15px;background-size:100% 100%;/*left:-2%!important;*/
}

.nbs-flexisel-nav-right {
    right: 15px; margin-right:-15px;
    background: url(../images/button-next.png) no-repeat;background-size:100% 100%;
	
	}
	
	
/*	.nbs-flexisel-inner{ padding:0px 15px!important; margin:0px auto;}*/