/*! http://responsiveslides.com v1.32 by @viljamis. Copyright (c) 2011-2012 Viljami Salminen, http://viljamis.com */

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

.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: relative;
	list-style: none;
	font-size: 18px;
	text-align: right;
	z-index: 2;
	top: -32px;
	right: 0px;
	padding-top: 2px;
	margin-right: 10px;
}

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

.rslides_tabs a {
	padding-left: 3px;
	padding-right: 3px;
	color: #DAB466;
	font-weight: bold;
	text-decoration: none;
  }
	
.rslides_tabs a:hover {
	color: #F00;
  text-decoration: none;
  }

.rslides_tabs .rslides_here a {
  background: rgba(0,0,0,.5);
	color: #FFF;
	font-weight: bold;
  }