/*! 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:404px;
  float: none;
  width: auto;
  border: 0;
  margin: 0 auto;
  }
.rslides_container {
  margin-bottom:-8px;
  position: relative;
  /*float: left;*/
  width: 100%;
  }

.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left:6%;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:50px;
  width:50px;/*
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -55px;*/
  background:url(images/left_a_arrow.png) left top no-repeat;
  }
.rslides_nav:hover { 
  background:url(images/left_hover_arrow.png) left top no-repeat;
  }
.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  right:6%; 
  background:url(images/right_a_arrow.png) left top no-repeat;
  }
.rslides_nav.next:hover {   
  background:url(images/right_hover_arrow.png) left top no-repeat;
  } 

.rslides_nav:focus {
  outline: none;
  }

.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }

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

.rslides_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  _display: block;
  *display: block;
 
  width:14px;
  height:14px;
  }

.rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
.caption {
  position: absolute;
  display: block;
  top:20%;
  right:12%;
  padding:15px;
  color: #fff;
  width:400px;
}
.caption h3{ margin:0px; padding:0px; font-weight:normal; color:#000080; font-size:30px; }
.caption h4{ margin:0px; padding:0px; font-weight:normal; color:#000; font-size:25px; text-transform:uppercase; }
.caption p{ margin:10px 0px 0px 0px; padding:0px; color:#000; line-height:13px; font-weight:bold; line-height:18px; }


ul.rslides_tabs{
    margin: -22px 0 0;
    padding: 0;
    position: absolute;
    width: 100% !important;
    z-index: 1000000;
    }
ul.rslides_tabs li{
  background:url(images/bullet.png) left top no-repeat;
  }
ul.rslides_tabs li.rslides_here	{
  background:url(images/active_bullet.png) left top no-repeat;
  }
.caption p a  {
  text-decoration:none;
  color:#FFF;
  padding:9px 0 0 16px;
  width:128px;
  height:32px;
  display:block;
  vertical-align:middle;
  background:url(images/slide_abg.png) left top no-repeat;
  }
.caption p a:hover  {
  color:#B99948;
  }	