.rslides {

	position: relative;

	list-style: none;

	overflow: hidden;

	width: 100%;

	padding: 0;

	margin:0 auto;


}

.rslides li {

	-webkit-backface-visibility: hidden;

	position: absolute;

	display: none;

	width: 100%;

	left: 0;

	top: 0;

}

.rslides li:first-child {

	position: relative;

	display: block;

	float: left;

}

.rslides img {

	display: block;

	height: auto;

	float: left;

	width: 100%;

	border: 0;

}

.rslides_container {

	margin-bottom:0px;

	position: relative;

	float: left;

	width: 100%;

}

.centered-btns_nav {

	z-index: 20;

	position: absolute;

	top: 50%;

	left: 0;

	text-indent: -9999px;

}

.centered-btns_nav:active {

	opacity: 1.0;

}

.centered-btns_nav.next {

	left: auto;

	background-position: right top;

	display: none;
	right: 0;

}

.centered-btns_nav:focus {

	outline: none;

}

.centered-btns_tabs {

	max-width:1000px;

	z-index:1000;

	position:relative;
		margin-top:-32px;
		margin-left:45%;


}

.centered-btns_tabs li {

	display: inline;

	float: none;

	margin-right: 5px;


}

.centered-btns_tabs a {

	text-indent: -9999px;

	overflow: hidden;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: #ccc;

	border:#FFFFFF 4px solid;

	display: inline-block;

	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);

	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);

	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);

	width: 6px;

	height: 6px;

	

}

.centered-btns_here a {

	background: #000;

}

