
.clearout 
{
height:20px;
clear:both;
}
#flexisel 
{
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;
    float:left;
    width:100%;
    background:transparent;
	padding-top:75px;
	padding-bottom:34px;
}

.nbs-flexisel-item 
{
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img 
{
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    margin-bottom: 0px;

}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right 
{
   width: 30px;
    height: 55px;
	position:relative;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.75;
	cursor: pointer;
}

.nbs-flexisel-nav-left 
{
    left: -3px;
	background: #fff url(../images/large_left.png) no-repeat center center;
	background-size: 15px;
    border-radius: 50px 0 0 50px;
}
/*.nbs-flexisel-nav-left:before
{
	content:"";
	display:block;
	position:absolute;
	right:9px;
	top:18px;
	border-right: 10px solid #0b4271;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}*/

.nbs-flexisel-nav-right 
{
    right: -2px;
    background: #fff url(../images/large_right.png) no-repeat center center;
	background-size: 15px;
    border-radius: 0 50px 50px 0;

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