/* 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;}
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-bottom:0; width:95%; position:absolute; top:346px; height:8px;}
ol.bjqs-markers.h-centered{text-align: right; height:8px; z-index:9999;}
ol.bjqs-markers li{width:8px;height:8px;display:inline-block;border:1px solid #c1c5c7;background: none repeat scroll 0 0 #ffffff;margin-left:10px;}
ol.bjqs-markers li a:link{width:8px;height:100%;display:inline;   border:1px solid #c1c5c7;background: none repeat scroll 0 0 #ffffff;}
ol.bjqs-markers li a:hover{width:8px;height:100%;display:inline;  border:1px solid #c1c5c7;background:#239cd5;}
/*ol.bjqs-markers li a:visited{display:inline-block;  margin-left:10px;  border:1px solid #c1c5c7;background:none repeat scroll 0 0 #239cd5;}
ol.bjqs-markers li a:active{display:inline-block;  margin-left:10px;  border:1px solid #c1c5c7;background:none repeat scroll 0 0 #239cd5;}
ol.bjqs-markers li a:active{width:8px;height:100%;display:inline;  border:1px solid #c1c5c7;background:#239cd5;}*/
ol.bjqs-markers li.active-marker a{
background:#239cd5;
}

ol.bjqs-markers li a{width:8px;height:100%;display:inline-block;color:transparent;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;
               height:10px; width:661px; background-color:#239cd5; opacity:0.9;line-height:30px;
			   font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; text-align:center; font-weight:bold; text-transform:uppercase; line-height:10px;}
/*li.active-marker{width:8px;height:8px;border:1px solid #c1c5c7;background: none repeat scroll 0 0 #239cd5; display: inline-block;}	   
li.visited-marker{width:8px;height:8px;border:1px solid #c1c5c7;background: none repeat scroll 0 0 #239cd5; display: inline-block;}*/
