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;
}
.bjqs-prev{
    position: absolute;
    left: 10px;
    top: 30px !important;
    width: 25px !important;
    height: 23px !important;
    background: url(partneri_left.png);
    color: transparent;
    font-size: 0px;
}
.bjqs-next{
    position: absolute;
    right: 10px;
    top: 30px !important;
    width: 25px !important;
    height: 23px !important;
    background: url(partneri_right.png);
    color: transparent;
    font-size: 0px;
}
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 {
    bottom:25px;
    list-style:none outside none;
    margin:0;
    padding:0;
    position:relative;
    text-align:center;
    width:100% !important;
    display:none;
}
ol.bjqs-markers.h-centered {
    text-align:center;
    position:absolute;
    bottom:5px;
}
ol.bjqs-markers li {
    display:inline;
    margin:4px;
}
ol.bjqs-markers li a {
    display:inline-block;
}
p.bjqs-caption {
    display:block;
    width:96%;
    margin:0;
    padding:2%;
    position:absolute;
    bottom:0;
}
#baner_right {
    float:right;
    width:300px;
    margin-left:10px;
    margin-right:0px;
    margin-top:20px;
    margin-bottom:10px;
    height:200px;
}
#slider_left {
    float:left;
    width:840px;
    margin-left:0px;
    margin-right:10px;
    margin-top:20px;
    margin-bottom:10px;
    height:410px;
}
ol.bjqs-markers li a {
    height:12px;
    width:12px;
    overflow:hidden;
    text-indent:-9999px;
    background:#fff;
}
ol.bjqs-markers li.active-marker a {
    background-color:#FF0000;
}
