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

.rslides{
	list-style: none;
	overflow: hidden;
	width: 100%;
	height:600px;
	top:0px;
	padding: 0;
	z-index:0;
	position:absolute;
}
	.rslides li {
		backface-visibility:hidden;
		width: 100%;
		height:600px;
		overflow:hidden;
		margin:0px;
	}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
	.rslides img {
		display: block;
		min-height: 600px;
		float: left;
		margin:0px auto;
		width: 100%;
		border: 0;
	}
