ul.bjqs {
display:none;
list-style:none;
margin:0;
overflow:hidden;
padding:0;
position:relative;
}

li.bjqs-slide {
display:none;
list-style:none;
position:absolute;
}

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 {
bottom:30px;
list-style:none;
margin:0;
padding:0;
position:absolute;
right:50px;
}

ol.bjqs-markers.h-centered {
text-align:center;
}

ol.bjqs-markers li {
background:url(/public/image/Slide.png) no-repeat;
display:block;
float:left;
height:20px;
width:20px;
}

ol.bjqs-markers li.active-marker {
background:url(/public/image/ActiveSlide.png) no-repeat;
}

ol.bjqs-markers li a {
display:inline-block;
height:20px;
width:20px;
/* hiding text */ 
overflow:hidden;
text-indent:100%;
white-space:nowrap;
}

p.bjqs-caption {
bottom:0;
display:block;
margin:0;
padding:2%;
position:absolute;
width:96%;
}