body {
	/*background:#fff;
font-family:Arial, sans-serif;*/
}

p {
	/*margin-bottom:20px;*/
}

.clearout {
	height: auto;
	clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-ul li > div {
	padding: 8px 3px;
	margin: 0px 0px 0 5px !important;
	border: solid #eee 1px;
}

.nbs-flexisel-ul li h5{ padding:0 0 5px 15px; margin:0px; 

}
.nbs-flexisel-ul li p {
	margin: 0px;
	line-height: 14px;
} 

.nbs-flexisel-inner {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	/*border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

	.nbs-flexisel-item img {
		/*max-width: 100%;*/
		cursor: pointer;
		position: relative;
		margin-top: 20px;
		margin-bottom: 10px;
	}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right{
	padding:5px 10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px; 
	border:solid #eee 1px;      
	position: absolute;
	cursor: pointer;
	z-index: 9 !important;
	top: 40%;
	background: #5a99ba;
	color: #fff;
}

.nbs-flexisel-nav-left {
	left: 0px;
}

	.nbs-flexisel-nav-left:before {
		font-family: FontAwesome;
		content: "\f0d9";
		color: #fff;
	}

	.nbs-flexisel-nav-left.disabled {
		opacity: 0.4;
	}

.nbs-flexisel-nav-right {
	right: 0px;
}

	.nbs-flexisel-nav-right:before {
		font-family: FontAwesome;
		content: "\f0da";
		color: #fff;
	}

	.nbs-flexisel-nav-right.disabled {
		opacity: 0.4;
	}