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

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

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

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  top: 43%;
  left: 8px;
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 22px;
  height: 30px;
background: url(../images/parent_arrow.png) no-repeat;
  }

.centered-btns_nav:active {
  opacity: 0.7;
  }
.centered-btns_nav.prev {
	background:url(../images/arrow_left.png);
}
.centered-btns_nav.next {
	background:url(../images/arrow_right.png);
  left: auto;
  right: 8px;
  }


.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:5px;
  left:12px;
  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;
  border-radius: 50%;
  background: #ccc;
  background:#ffffff;
  display: inline-block;
  width: 10px;
  height: 10px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background:#30A3B3;
  }
/* caption */
.slide-container {
  position:relative;
  width:100%;
}
.slide-container .cap-title {
  position:absolute;
  bottom:0;
  background:#111;
  width:100%;
  opacity:0.8;
}
.cap-title h2 a {
  color:#fff;
  text-decoration:none;
  text-align:right;
  display:block;
  padding:3px 15px;
  opacity:1 !important;
  transition:all 0.3s;
}
.cap-title h2 a:hover {
  color:#F0B036;
}
.cap-title p{
  color:#ccc;
  text-align:right;
  padding:0 16px 5px 0;
}

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

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

