/* 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; }
ul.bjqs-controls.v-centered li.bjqs-prev a { left: 0; }
ol.bjqs-markers { list-style: none; padding: 0; margin: 0; width: 100%; }
ol.bjqs-markers li { display: inline; }
ol.bjqs-markers li a { display: inline-block; }
p.bjqs-caption { display: block; width: 96%; margin: 0; padding: 2%; position: absolute; bottom: 0; }

/* :ADDED: exanto.de */
#banner-fade {
    float: left;
    height: 280px;
    width: 571px;
}

/* ol.bjqs-markers.h-centered { text-align: center; } */
ol.bjqs-markers {
    left: -1em !important;
    position: absolute;
    right: 1em !important;
    text-align: right;
    top: 1em;
}

ol.bjqs-markers li a {
    background: url('../images/slideshow_marker_inactive.png') no-repeat center;
    color: transparent;
    height: 20px;
    padding-left: 5px;
    width: 20px;
}

ol.bjqs-markers li.active-marker a {
    background-image: url('../images/slideshow_marker_active.png');
}