/* Basic jQuery Slider essential styles */

ul.bjqs {
	position:relative;  border:2px solid #fff;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	display:none;
}
.mainBanner ul.bjqs{
	border: none;
	border-top: 4px solid #666;
	border-bottom: 4px solid #666;

}
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:-40px; background:url(../images/arrow-right.png) no-repeat;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left:-40px; background:url(../images/arrow-left.png) no-repeat;
}
ol.bjqs-markers { display:none;
	
}
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:96%;
	margin:0;
	padding:1.5% 2%;
	position:absolute;
	bottom:0;
}
ul.bjqs-controls.v-centered li a {
	display:block; top:56% !important;
	height:52px; width:26px; font-size:0;
}

ol.bjqs-markers li a {
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
	background: #999;
}
p.bjqs-caption {
	background: rgba(255,255,255,0.8); font-size:18px; color:#fff;  font-weight:normal;position: absolute;
	left: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	height: 18px;
}

p.bjqs-caption1 {
	font-size:18px;  
	text-align: center;
	color: #000000;
	position: absolute;
	width: 96%;
	top: 50%;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	background-color: rgba(255,255,255,.8);
	margin: 0px;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	max-height: 70px;
	padding:4% 2%;
	webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


