/* --- for new carousal --- */
ul.bjqs {
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;
display:none;
}

li.bjqs-slide {
position:absolute;
display:none;
margin:0;
padding:0;
}

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;
background: ../images/1.png no-repeat;
width:20px;
height:17px;
display:none !important;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
left:0;
background: ../images/2.png no-repeat;
width:20px;
height:17px;
display:none !important;
}

ol.bjqs-markers {
list-style: none;
padding: 0;
margin: 0;
width:100%;
}

ol.bjqs-markers.h-centered {
text-align: center;
}

ol.bjqs-markers li {
display:none;
}

ol.bjqs-markers li a {
display:inline-block;
}

p.bjqs-caption {
display:block;
width:100%;
margin:0;
padding:2%;
position:absolute;
bottom:0;
background:#000;
color:#FFFFFF;
}

.small{
display:block;
width:100%;
margin:0;
padding:2%;
position:absolute;
bottom:0;
background:#000;
color:#FFFFFF;
}
/* --- for new carousal --- */