/* 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; text-decoration:none; width:30px;height:60px;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;background: url(arrows.png) -30px top no-repeat;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;background: url(arrows.png) 0px top no-repeat;}
ol.bjqs-markers{
position: absolute;
top: 400px;
list-style: none;
padding: 0; 
margin: 0;
}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li a{
	width:20px;
	height:20px;
	background: url(buttons.png) 0px top no-repeat;
}
ol.bjqs-markers li{
	width:20px;
	height:20px;
	display:inline;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: url(buttons.png) 0px top no-repeat;
}

