.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;
    float:left;
    width:100%;
    background:#fcfcfc;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0 5px 0 0;
    cursor:default;
    position:relative;
    line-height:0px;
	height: 140px;
	background: none !important;
}
.nbs-flexisel-item:before {
	content: "" !important;
}
.nbs-flexisel-item img {
    width: 100%;
	height: 100%;
    cursor: default;
    position: relative;
    margin: 10px 0;
    max-width: 270px;
    max-height: 170px;
}
.nbs-flexisel-item a img {
	cursor: pointer;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 36px;
    height: 36px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(/img/2016/carrusel-button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(/img/2016/carrusel-button-next.png) no-repeat;
}