* {
	margin: 0;
	padding: 0;
}
.rslides {
	margin: 0 auto 40px;
}
#slider2 {
	margin: 0 auto;
}
.rslides_tabs {
	position: relative;
	bottom: 35px;
	right:10px;
	list-style: none;
	font-size: 11px;
	list-style: none;
	margin: 0 auto;
	text-align: right;
	width: 100%;
	z-index: 9999;
}
.rslides_tabs li {
	display:inline-block;
	float: none;
	margin-right: 1px;
	background: rgba(0,0,0,.25);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.rslides_tabs a {
	display:inline-block;
	line-height: 20px;
	height:30px;
	width:20px;
	height: auto;
	background: transparent;
	text-align:center;
	color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background:#F9CF97;
	color: #fff;
	font-weight: bold;
}

/* Callback example */

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks_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("themes.png") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

