/* 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; background: none repeat scroll 0 0 black; color: white; font-family: "Open Sans",helvetica,arial; padding: 10px; top: 41%; width: 5%; } ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; background: none repeat scroll 0 0 black; color: white; font-family: "Open Sans",helvetica,arial; padding: 10px; top: 41%; width: 5%; } } 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{ bottom: 0; color: white; display: block; font-family: "Open Sans",helvetica,arial; font-size: 22px; margin: 0; padding: 2%; position: absolute; width: 96%; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); } 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; }