/* Basic jQuery Slider essential styles */

ul.bjqs{position: relative;
list-style: none;
padding: 0;
margin: 0 auto;
overflow: hidden;
width: 940px;
height: 400px;}
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:-156px; color: #ffffff; text-decoration: none; font-size: 35px; height: 64px; width: 64px; border-radius: 35px; line-height: 62px; text-align: center; padding-left: 2px; background: #f16a2a; font-weight: 800;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:-156px; color: #ffffff; text-decoration: none; font-size: 35px; height: 64px; width: 64px; border-radius: 35px; line-height: 62px; text-align: center; padding-right: 2px; background: #f16a2a; font-weight: 800;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; position: absolute; bottom: 10px; width: 945px;}
ol.bjqs-markers.h-centered{text-align: right;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{padding: 1px 5px; color: transparent;background: #FFFFFF;margin: 5px;text-decoration: none; font-size: 9px}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
background: #ff592f;
}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}