body{
	background: #fff;
	font-family: Arial, sans-serif;
}
p{
	margin-bottom: 20px;
}
.clearout{
	height: 20px;
	clear: both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3{
	display: none;
}
.nbs-flexisel-container {
    height: 66px;
    max-width: 100%;
    position: relative;
    margin-top: 15px;
}
.nbs-flexisel-ul{
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	position: relative;
	text-align: center; 
	width: 99999px;
}
.nbs-flexisel-inner {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;    
}
.nbs-flexisel-item{
	float: left;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.nbs-flexisel-item img{
	max-width: 100%;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right{
	border-radius: 15px;
	cursor: pointer;
	padding: 5px 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
}
.nbs-flexisel-nav-left{
	left: 10px;
}
.nbs-flexisel-nav-left: before{
	content: "<"
}
.nbs-flexisel-nav-left.disabled{
	opacity: 0.4;
}
.nbs-flexisel-nav-right{
	right: 5px; 
}
.nbs-flexisel-nav-right: before{
	content: ">"
}
.nbs-flexisel-nav-right.disabled{
	opacity: 0.4;
}