.rslides {
	padding: 0 !important;
	margin: 0 !important;
}

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url('/assets/img/themes.gif') no-repeat left top; /* url('/assets/img/themes.png') */
  margin-top: -45px;
  padding: 0;
}

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

/* Slider circle navigation styles */

ul.rslides_tabs {
	list-style: disc !important;
	padding: 0 !important;
	margin: 10px auto !important;
	height: 20px;
	display: block;
	z-index: 2;
	text-align: center;
}

ul.rslides_tabs li
{
    display: inline;
    float: none;
    _float: left;
    margin-right: 5px;
}

ul.rslides_tabs li a {
	background-color: #CCC;
	display:inline-block;	
	text-align: center !important;
	vertical-align: center !important;
	margin: 3px 5px 0 0;
	height: 15px; 
	width: 15px;
	border-radius: 15px; /* really should be half of the width/height */
	zoom: 1;
	filter: alpha(opacity=.65);
	opacity: .65;	
}

ul.rslides_tabs li.rslides_here a {
	background-color: #8dc63f;
}

