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


.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;  
    max-width:1190px;
    /*left: 38px;*/
    position: relative;
    /*margin:0px 20px;*/
	margin: 0 auto;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    
}
.nbs-flexisel-item img {
    width: 268px;
    cursor: pointer;
    position: relative;
   
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px;
    position: absolute;
    top:85px !important;
    cursor: pointer;
    z-index: 100;
    
}

.nbs-flexisel-nav-left {    
    background:url("../../images/arrow_left.png") no-repeat;
    height: 84px;
    width: 32px;
    left:0px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background:url("../../images/arrow_right.png") no-repeat;
    height: 84px;
    width: 32px;
    right:0px;
}

#flexisel li {list-style-type: none;}

@media only screen and (max-width: 480px) {
.nbs-flexisel-item img {
	width: 180px;
}
    .slider_item { width:180px; }
}

/* Small Tablet Portrait size to standard 600 (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*.nbs-flexisel-item img {*/
	/*width: 200px; */
/*}*/
    /*.slider_item { width:200px; }*/
}