
.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;
}

.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: 22px;
    height: 42px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left 
{
    left: -10px;
    /*background: url(../images/large_left.png) no-repeat;
	background-size:auto 52px;*/
	border-right: 8px solid #CA2C24;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.nbs-flexisel-nav-right 
{
    right: -10px;
    /*background: url(../images/large_right.png) no-repeat;
	background-size:auto 52px;*/
	border-left: 8px solid #CA2C24;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.nbs-flexisel-nav-left:hover 
{
	border-right: 10px solid #EEAE34;
}
.nbs-flexisel-nav-right:hover 
{
	border-left: 10px solid #EEAE34;
}