
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.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 {
	vertical-align: middle;
    float:left;
    margin:0px;
    padding:0px;   
    position:relative;
    line-height:0px;
	height:170px;
	position:relative;
	display: table;
}

.nbs-flexisel-item a{
	position:relative;
	display: table-cell;
	vertical-align: middle;
}

.nbs-flexisel-item img {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:200px;
	max-height:150px;
	width:auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left{
	cursor: pointer;
	position: absolute;
	left: -10px;
	top: 75px !important; 
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 8px 10px 0;
	border-color: transparent #2c597b transparent transparent;
	border-radius:0;
	background:none;
}

.nbs-flexisel-nav-left:hover{ border-color: transparent #d51516 transparent transparent; }

.nbs-flexisel-nav-right {
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: 75px !important; 
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 8px;
	border-color: transparent transparent transparent #2c597b;
	border-radius:0;
	background:none;
}

.nbs-flexisel-nav-right:hover{ border-color: transparent transparent transparent #d51516; }


.nbs-flexisel-nav-right {
right: -30px;
top: 64px !important;
border-width: 10px 0 10px 15px;
}
.nbs-flexisel-nav-left {
left: -30px;
top: 64px !important;
border-width: 10px 15px 10px 0;
}