
.nbs-flexisel-ul {
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	/*
	background-image: url(../../images/carusel/img-frame.png);
	*/
    background-repeat: no-repeat;
    background-position: center;
}
.nbs-flexisel-item img {
    max-width: 250px;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
	height:185px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:30px 15px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:35%;
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 35px;
	background-image: url(carusel_left.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
}

.nbs-flexisel-nav-left:before {
	background-image: url(carusel_left.png); 
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 35px;    
	background-image: url(carusel_right.png); 
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
}

.nbs-flexisel-nav-right:before {
	background-image: url(carusel_right.png); 
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}