/*! http://responsiveslides.com v1.51 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 738px;
	height: 410px;
	padding: 0;
	margin: 0;
}

.rslides li {
	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_nav.prev, .rslides_nav.next {
	position: absolute;
	left: 30px;
	bottom: 15px;
	background: url(../image/prev.png) no-repeat 0 0;
	display: inline-block;
	width: 31px;
	height: 31px;
	z-index: 50;
}

.rslides_nav.next {
	left: 75px;
	background: url(../image/next.png) no-repeat 0 0;
}