/* 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;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
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:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ul.bjqs-controls.v-centered li a.esquerda{
	display: block;
	float: left;
	width: 48px;
	height: 31px;
	text-decoration: none;
	background: url("../images/seta_esq.png") center left no-repeat;
	text-indent: -99999999999999px;
	border: none;
	position: relative;
	bottom: 0px;
	left: 0px;
}

ul.bjqs-controls.v-centered li a.direita{
	display: block;
	float: right;
	width: 48px;
	height: 31px;
	text-decoration: none;
	background: url("../images/seta_dir.png") center left no-repeat;
	text-indent: -99999999999999px;
	border: none;
	position: relative;
	bottom: 0px;
	right: 0px;
}


ol.bjqs-markers.h-centered li {
	width: 14px !important;
	height: 13px !important;
	padding: 0px 10px;
	text-align: left;


	background: transparent url("../images/bolinhas.png") center no-repeat;
	
}

ol.bjqs-markers.h-centered li.active-marker{

	background: transparent  url("../images/bolinhas-active.png")  center no-repeat;
}
ol.bjqs-markers.h-centered li a{
	width: 14px !important;
	height: 13px !important;
	text-indent: -99999999999999999999px;
}
