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

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

.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;
	cursor: pointer;
}

.rslides_tabs {
	list-style: none;
	margin: 0 auto;
	max-width: 1200px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: 15px;
	height:15px;
	line-height: 20px;
	padding: 0px 0px;
	background: transparent;
	display: inline-block;
	margin:0 5px;
	background-image: url(../images/icon/icon_circle.png);
	background-position: 0px -15px;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.rslides_tabs a:hover {
	border: 0;
	background-position: 0px 0px;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background-image: url(../images/icon/icon_circle.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
/*	color: #ccc;
	font-weight: bold;*/
}