/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0; height:37px; width:20px; background:url(../images/icon/lp.png) left top no-repeat}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; height:37px; width:20px; background:url(../images/icon/lp.png) right top no-repeat}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:97%;margin:0;padding:2%;position:absolute;bottom:0;}

#banner-fade,
#banner-slide{
	width:620px;
	height:300px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	color:#fff;
}

ol.bjqs-markers li a{
	padding:0px;
	font-size:0px;
	width: 19px;
	height: 22px;
	background:url(../images/normal.png) top center no-repeat;
	color:#abcab9;
	margin: 2px;
	margin-top:20px;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	color:#107a38;
	background:url(../images/select.png) top center no-repeat;
}

p.bjqs-caption{
	font-size: 13px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}