 
#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;
	  margin-top: 0;
	width:100%;
	background:#ebebeb;
	
	
	height: 230px;
}



.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	width: 180px;
	cursor: pointer;
	positon: relative;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 10px;
	
	height: 110px;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	width: 26px;
	height: 38px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.9;
}

.nbs-flexisel-nav-left {
	left: 3px;
	background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 15px;
	background: url(../images/button-next.png) no-repeat;
}

#flexiselDemo3 li h6
{
	font-size:14px;
	width:140px;
	height:36px;
	line-height:1.04em;
	margin-left:20px;
	border-bottom: 1px solid #999;
}
 
 
 #flexiselDemo3 > li
 {
	 border:#CCC 1px solid;
	 background:#FFF;
	 padding:2px;
	 height:190px;
	 margin:5px;
	 margin-right:22px;
	 box-shadow:0px 1px 2px #cccccc;
 }
 
  #flexiselDemo3 > li > a
  {
	  color:#000000;
	  text-decoration:none;
	  }
	  
	  
	  #flexiselDemo3 > li > a:hover
  {
	  color:#666666;
	  text-decoration:none;
	  }
	  