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

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  position: relative;
  float: left;
  width: 100%;
    margin-bottom: 35px;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 102%;
  left: 8px;
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 30px;
  width: 30px;
  background: transparent url(../images/arrow_prev.png) no-repeat left top;
  }

.centered-btns_nav:active {
  opacity: 0.7;
  }

.centered-btns_nav.next {
  left: auto;
  background:url(../images/arrow_next.png) no-repeat;
    left: 45px;
  }


.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  text-align: center;
  position:absolute;
  top:2px;
  left:15px;
  z-index:9999;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background:#ffffff;
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background:#F0B036;
  }
/* caption */
.slide-container {
	position:relative;
	width:100%;
}
.slide-container .cap-title {
	position:absolute;
	bottom:-37px;
	background:#f7f7f7;
	width:100%;
	opacity:0.9;
    border-right: 5px solid #75c737;
}
.slide-container .cap-title h2 { 
line-height:20px;
 }
.cap-title h2 a {
    font-family: tahoma;
	color:#000;
	text-decoration:none;
	text-align:right;
	display:block;
	padding:6px 15px;
	opacity:1 !important;
	transition:all 0.3s;
    font-size: 13px;
font-weight:normal;
}
.cap-title h2 a:hover {
	color:#F0B036;
}
.cap-title p{
	color:#ccc;
	text-align:right;
	padding:0 16px 5px 0;
}

.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;
  }

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

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