.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}

.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:-45px 0 0 0;
    padding:0;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#f6f6f6 none repeat scroll 0 0;
	padding:20px 0;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 50px;
    margin-bottom: 5px;
	width:auto;
	height:auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    padding: 0 6px;
    position: absolute;
    top: 65px !important;
    z-index: 4;
	display:none;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left::before {
    content: "<";
}

.nbs-flexisel-nav-right {
    right: 5px;
}

.nbs-flexisel-nav-right::before {
    content: ">";
}