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

ul.rslides {
	padding: 0!important;
	margin: 0!important;
	list-style-type: none;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0!important;
  margin: 0!important;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*Tabs*/

.rslides_tabs {
	z-index: 500000;
  	padding: 0;
  	font-size: 10px;
  	margin: 0;
  	width: auto;
	position: absolute;
	bottom: 13px;
	left: 7px;
  }

.rslides_tabs li {
  	float: left;
  	list-style-type: none;
  	width: 15px;
  	height: 15px;
  	margin: 0!important;
  	padding: 0!important;
  }

.rslides_tabs a {
  	width: 15px;
  	height: 15px;
	display: block;
	background: url(../images/bullet.png) 0 0;
	text-indent: -10000px;
	margin-top: 5px;
}

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

.rslides_tabs .rslides_here a {
	background: url(../images/bullet.png) 0 -30px;
  }