/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding: 0;margin: 0 40px;overflow:hidden; display:none;}
ul.bjqs .bjqs-slide{padding: 38px 0 0;}
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;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ul.bjqs-markers{ z-index: 11; position: absolute; bottom: 18px; }
ul.bjqs-markers li{ float: left; margin-left: 10px; position: relative; z-index: 2;}
ul.bjqs-markers li a {display:block; text-decoration: none; width: 13px; height: 13px; background: url('../images/sl-switch.png') no-repeat; }
ul.bjqs-markers li.active-marker a { background-image: url('../images/sl-switch-act.png'); width: 12px; height: 12px; margin-top: 1px;}
ul.bjqs-markers li:before{width: 11px; height: 1px; background: #e2b7b7; content: ""; position: absolute; left: -11px; top: 50%; z-index: 1;}
ul.bjqs-markers li:first-child:before{display: none;}
.bjqs-prev a{width: 14px; height: 58px; background: url(../images/sl-arrow-left.png) no-repeat; opacity: 0.8; cursor: pointer;}
.bjqs-next a{width: 14px; height: 58px; background: url(../images/sl-arrow-right.png) no-repeat; opacity: 0.8; cursor: pointer;}

.bjqs-prev a:hover, .bjqs-next a:hover{opacity: 1;}