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

.rslides > li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
}

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

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

a.rslides_nav{
	display:block;
	height:41px;
	width:41px;
	position:absolute;
	top: 250px;
	z-index: 3;
}

a.rslides_nav.prev{
	left: 40px;
	background: url("../../img/layout/arrow_prevs.png");
}

a.rslides_nav.next{
	right: 40px;
	background: url("../../img/layout/arrow_next.png");
}

.rslide{
	display:block;
	width:100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
}
