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

#main_image {
	position: relative;
}


.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	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_tabs {
	position: absolute;
	top: 26px;
	right: 16px;
	list-style: none;
	padding: 0;
	font-size: 13px;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}
.rslides_tabs li {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 8px;
}
.rslides_tabs a {
	display: block;
	background: #fff;
	color: #00c;
}
.rslides_tabs a:hover {
	text-decoration: none;
}
.rslides_tabs .rslides_here a {
	background: #0033cc;
	color: #fff;
}
