/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:block; width: 994px; height: 383px;}
li.bjqs-slide{position:absolute; display:block; width: 994px; height: 383px; display: none;}
li.bjqs-slide:first-child{display: block; width: 994px;}
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{background: url('https://assets.neobytesolutions.com/img/slider_arrow_sprite.png') no-repeat -23px 0px; right:0px; top: 40% !important; width:22px; height:40px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{background: url('https://assets.neobytesolutions.com/img/slider_arrow_sprite.png') no-repeat 0px 0px; left:0px; top: 40% !important;  width:22px; height:40px;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center; margin-left: 239px;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{ display:inline-block; width: 19px; height: 19px;}
/*
ol.bjqs-markers li{background:url('/wp-content/themes/neobyte-default/js/basic-jquery-slider/img/new_picture_a.png') no-repeat; width:19px; height:19px; margin: 0px 2px 0px 0px;}
ol.bjqs-markers li.active-marker{background:url('/wp-content/themes/neobyte-default/js/basic-jquery-slider/img/new_picture_b.png') no-repeat 0px 2px; width:19px; height:20px; display:inline-block; margin: 0px 2px 0px 1px;}
*/
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}