
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	margin:0 0 0 0;
	text-align:center;
}

.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0 0 0 -50px;
    padding:0;
    list-style-type:none;   
}

.nbs-flexisel-inner {
    overflow:hidden;
    width:100%;
}

.nbs-flexisel-item {
    position:relative;
	padding:0;
    line-height:0px;
	float:left;

}
.nbs-flexisel-item img {
    max-width: 100%;
	height:auto;
    position: relative;
    margin:10px 0;
    min-width:30px;
    min-height:20px;
}

/*** Navigation ***/

.nbs-flexisel-nav-right, .nbs-flexisel-nav-left {
    position: absolute;
    width: 48px;
    height: 32px; 
    cursor: pointer;
    z-index: 2;
    top: 46%;
	transition: all 0.3s linear;
}


.nbs-flexisel-nav-right_no, .nbs-flexisel-nav-left_no {
    position: absolute;
	display:none;
    width: 48px;
    height: 32px; 
    cursor: pointer;
    z-index: 2;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background:rgba(255,255,255,0.6) url(images/previous.png) no-repeat;
}


.nbs-flexisel-nav-left:hover{
	 background:#fec14e url(images/previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background:rgba(255,255,255,0.6)  url(images/next.png) no-repeat;
}

.nbs-flexisel-nav-right:hover{
	 background:#fec14e url(images/next.png) no-repeat;
	
}