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

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}
.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;
}
ul.rslides_tabs{
	width:100%;
	position:absolute;
	bottom:-20px;
	text-align:center;
}
ul.rslides_tabs li{
	width:11px;
	height:10px;
	display: inline-block;
	list-style:none;
	background:#CCC;
	margin:0 3px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(slider-nav.png) no-repeat;
}
ul.rslides_tabs li a{
	width:100%;
	height:100%;
	display:block;
}
ul.rslides_tabs li:hover{
	background-position:0 -10px;
}
ul.rslides_tabs li.rslides_here{
	background-position:0 -10px;
}
#ad{
	position:relative;
	}
#dot{
	position: absolute;
	bottom: 36px;
	width: 100%;
	z-index: 3;
	}