/* 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:-30px; width:30px;	height:30px; background:url(../image/arrows.png) no-repeat;background-position:-30px 0;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{opacity: 1;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:-30px; width:30px;	height:30px; background:url(../image/arrows.png) no-repeat;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{opacity: 1;}
ol.bjqs-markers{position:absolute; left: 0px; list-style: none; bottom: 5px; margin: 0; padding:0; border: 0px red solid; text-align: right; width: 100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline-block; width:22px;height:22px;background:url(../image/bullets.png) no-repeat;}
ol.bjqs-markers li a{color: red;}
ol.bjqs-markers li.active-marker{background-position:0 -22px;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}



.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}