.clearout {
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: 94%;
    margin-left: 3%;
    background:none; /* W3C */
    border:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:200px;
    max-height:80px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
   position: absolute;height: 50px;width: 50px;cursor: pointer;z-index: 4;box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
 box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.nbs-flexisel-nav-left {
    left: -30px;
	background-color: #fff;
	border-radius: 30px;
}
.nbs-flexisel-nav-left:before {
	content:'';
	background-image:url(../images/arrow_left.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	border-radius: 30px;
	width: 50px;
    height: 50px;
    display: block;
}

.nbs-flexisel-nav-right {
    right: -30px;
    background-color: #fff;
	border-radius: 30px;
}
.nbs-flexisel-nav-right:before {
	content:'';
	background-image:url(../images/arrow_right.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	border-radius: 30px;
    width: 50px;
    height: 50px;
    display: block;
}
.nbs-flexisel-nav-left:hover {
background-color: #8ac441;  border-radius: 30px;
}

.nbs-flexisel-nav-right:hover {
background-color: #8ac441;border-radius: 30px;
}
.nbs-flexisel-nav-left:hover:before {
filter: brightness(10);-webkit-filter: brightness(10);
}

.nbs-flexisel-nav-right:hover:before {
filter: brightness(10);-webkit-filter: brightness(10);
}
.sliderWidth {width:94%; margin:auto; left:0; right:0}