.nbs-flexisel-container {
    position:relative;
    max-width:80%;
    margin: 0 10% 30px;
    float: left;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}

.nbs-flexisel-item .profile-info {
	border: none;
}

.nbs-flexisel-item a
{
	display: block;
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	display: block;
	position: absolute;
	top: 50% !important;
	height: 60px;
	width: 82px;
	margin-top: -58px;
}

.nbs-flexisel-nav-left {
	background: url('../themes/bespoke/img/img_slider_left.html');
	left: -121px;
}

.nbs-flexisel-nav-right {
	background: url('../themes/bespoke/img/img_slider_right.html');
	right: -121px;
}

@media (max-width: 1500px) {
    .nbs-flexisel-nav-right { right: -105px; }
    .nbs-flexisel-nav-left { left: -105px; }
}

@media (max-width: 1200px) {
    .nbs-flexisel-nav-right { right: -96px; }
    .nbs-flexisel-nav-left { left: -96px; }
    .nbs-flexisel-item a, .nbs-flexisel-item p { font-size: 15px; }
}

@media (max-width: 991px) {
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { height: 50px; width: 70px; }
    .nbs-flexisel-nav-left { background-size: 100%; left: -79px; }
    .nbs-flexisel-nav-right { background-size: 100%; right: -79px; }
}