#mycarouselHolder{margin:10px 0 0px}
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
	/* border:1px solid #DEE7EC; */
    overflow: hidden;
    padding: 7px 25px;
    position: relative;
	height: 97px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 3px 0 rgb(217, 217, 217);
	box-shadow: 0 2px 3px 0 rgb(217, 217, 217);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;	
	text-align:center;	
}

.nbs-flexisel-inner {
	overflow:hidden;
	width:103%;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	background: #8B969C;
	margin-top: 8px;
	margin-left: -10px;
	height: 81px;
}

.nbs-flexisel-item {
float: left;
margin: 0px;
padding: 0px;
cursor: pointer;
position: relative;
line-height: 0px;
margin-top: 9px;
margin-bottom: 7px;
min-width: 140px;
}
.nbs-flexisel-item img {
	width: 100px;
	cursor: pointer;
	positon: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:100px;
	max-height:45px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 22px;
	height: 22px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top:41% !important;
}

.nbs-flexisel-nav-left {
	left: 4px;
	margin-top: 3px;
	background: url(images/button-previous.png) no-repeat ;
}

.nbs-flexisel-nav-right {
	right: 0;
	margin-top: 3px;
	background: url(images/button-next.png) no-repeat ;
}
