body {
	background:#fff;
	font-family:Arial, sans-serif;
}
p {
	margin-bottom:0px;
}
.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%;
	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 {
	cursor: pointer;
	position: relative;
	margin-top:10px;
}
.pro_name {
	background: #ffd194; /* Old browsers */
	background: -webkit-linear-gradient(90deg, #faa61a 5%, #fdc15c 83%);
	background: -moz-linear-gradient(90deg, #faa61a 5%, #fdc15c 83%);
	background: -ms-linear-gradient(90deg, #faa61a 5%, #fdc15c 83%);
	background: linear-gradient(180deg, #fdc15c 5%, #faa61a 83%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc15c', endColorstr='#faa61a');
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	color:#000;
	padding-top:8%;
	padding-bottom:8%;
	width:91%;
	margin:auto;
	margin-bottom:10px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left:-25px;
	background:url(../../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right:-5px;
	background: url(../../images/button-next.png) no-repeat;
}
.text_p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:auto;
	line-height:20px;
	margin-right:70px;
}
.pro_box {
	padding:10px;
	background: rgb(237,237,237);
	background: -moz-linear-gradient(top, rgb(237,237,237) 0%, rgb(255,255,255) 6%, rgb(255,255,255) 50%, rgb(255,255,255) 75%, rgb(244,244,244) 90%, rgb(237,237,237) 100%);
	background: -webkit-linear-gradient(top, rgb(237,237,237) 0%, rgb(255,255,255) 6%, rgb(255,255,255) 50%, rgb(255,255,255) 75%, rgb(244,244,244) 90%, rgb(237,237,237) 100%);
	background: linear-gradient(to bottom, rgb(237,237,237) 0%, rgb(255,255,255) 6%, rgb(255,255,255) 50%, rgb(255,255,255) 75%, rgb(244,244,244) 90%, rgb(237,237,237) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=0 );
	border: 1px solid #cac8c8;
	margin-right:13px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pro_box h1 {
	font-family: 'PT Sans', sans-serif;
	font-size:22px;
	color:#333;
	padding:2px;
}
.pro_box img {
	max-width:100%;
	margin-bottom:5px;
	text-align:center;
}
.pro_box p {
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	color:#333;
	line-height:20px;
	text-align:center;
}
