#slideshow{
position:relative;
display:inline-block;
margin:0 5%;
padding:0;
width:90%;
}

.rslides {
list-style: none;
width: 100%;
padding: 0;
margin: 0;
position:relative;
}

.rslides li {
position:relative;
display: none;
width:100%;
padding: 0;
margin: 0;
}

.rslides li:first-child {
position: relative;
display: block;
float: left;
}

.rslides li img{
position:relative;
border-radius:10px;
width:100%;
height:auto;
padding: 0;
margin: 0;
}

.centered-btns_tabs{
z-index:990;
position:relative;
bottom:20px;
text-align: center;
width:100%;
padding:0;
height:0px;
}

.centered-btns_tabs li{
display: inline;
float: none;
_float: left;
*float: left;
margin-right: 5px;
}

.centered-btns_tabs a{
text-indent: -9999px;
overflow: hidden;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #fff;
display: inline-block;
_display: block;
*display: block;
width: 10px;
height: 10px;
}

.centered-btns_here a{
background: #000;
}







