
.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: 80%;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
	margin-top:8px;
    max-width:300px;
    /*max-height:300px;*/
	-webkit-transition: 300ms;
    transition: 300ms;
	box-shadow:0 0 8px rgba(0,0,0,0.0);
	border-radius:100em;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right 
{
    width: 0;
    height: 80px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    top: 65px !important;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}

.nbs-flexisel-nav-left 
{
    left: -80px;
    background: #ee1413 url(../images/large_left.png) center center no-repeat;
	background-size:100%;
	border-radius:0 5px 5px 0;
}

.nbs-flexisel-nav-right 
{
    right: -80px;
    background: #ee1413 url(../images/large_right.png) center center no-repeat;
	background-size:100%;
	border-radius:5px 0 0 5px;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover 
{
	opacity:1;
}