p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.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 {
	float:left;
	margin:0px;
	padding:0px;
	/*cursor:pointer;*/
	position:relative;
	line-height:0px;
	border:1px dashed #ccc; 
}
.nbs-flexisel-item>img {
	width: 100%;
	cursor: pointer;
	positon: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	max-width:260px;
	max-height:360px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width:32px;
	height:32px; 
	position:absolute;
	top: 60px !important;
	cursor:pointer;
	z-index:100;
	opacity:0.5;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover{opacity:1.0;}

.nbs-flexisel-nav-left {left:0;background: url(../images/arrow1.png) no-repeat;background-size: 100%;}
.nbs-flexisel-nav-right {right:0;background: url(../images/arrow2.png) no-repeat;background-size: 100%;}

/*.nbs-flexisel-nav-left:hover {background: url(../images/arrow3.png) no-repeat;background-size: 100%;}
.nbs-flexisel-nav-right:hover {background: url(../images/arrow4.png) no-repeat;background-size: 100%;}*/