/* Carusel
-------------------------------------------------- */

#carousel {
	position: relative;
	height: 164px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}
	
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
	height: 164px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
	height: 164px;
	overflow: hidden;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  /*float: right;
  width: 100%;*/
}

.rslides1_nav {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	margin-top: -30px;
}

.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.rslides_tabs {
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs .rslides_here a {
	color: #000;
	font-weight: bold;
}