/*                              */
/*  Module Adjustable Slider    */
/*         By RuubRuub          */
/*                              */
ul.rras {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}
li.rras-slide {
    position: absolute;
    display: none;
}
ul.rras-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
    height: 238px;
}
ul.rras-controls.v-centered li a {
    position: absolute;
}
ul.rras-controls.v-centered li.rras-next a {
    right: 0;
}
ul.rras-controls.v-centered li.rras-prev a {
    left: 0;
}
ol.rras-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
ol.rras-markers.h-centered {
    text-align: center;
}
ol.rras-markers li {
    display: inline;
}
ol.rras-markers li a {
    display: inline-block;
}
p.rras-caption {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px;
    position: absolute;
    bottom: 0;
}
#banner-fade, #banner-slide {
 
}
ul.rras-controls.v-centered li a {
    display: block;
    padding: 10px;
}
ol.rras-markers li a {
    margin: 5px;
}
.round ol.rras-markers li a {
    padding: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.square ol.rras-markers li a {
    padding: 10px 10px;
}
.rectangle ol.rras-markers li a {
    //padding: 5px 20px;
     background:#bebebe;
  		border-radius:50%;
 height: 6px;
 width: 6px;
  border:2px solid #bebebe; 
}
.normal-slider {
    position: relative !important;
}