/*! 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;
  }

.slidehome_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 40px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 71px;
  width: 33px;
  background: transparent url("../images/template/left-arrow-home.png") no-repeat left top;
  margin-top: -20px;
  }

.slidehome_nav:active {
  opacity: 1.0;
  }

.slidehome_nav.next {
  left: auto;
  background: transparent url("../images/template/right-arrow-home.png") no-repeat left top;
  right: 40px;
  }
  
.rslides-home {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides-home li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

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

.rslides-home img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.slidehometop_tabs {
	bottom: 50px;
    display: table;
    margin: 0 auto -30px;
    position: relative;
    z-index: 20;
}
	.slidehometop_tabs li {
		display: inline-block;
		margin-right: 5px;
		height: 10px;
		width: 10px;
	}
	
	.slidehometop_tabs li a {
		text-indent: -9999px;
		font-size: 0px;
		background: #fff;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		height: 10px;
		width: 10px;
		display: block;
	}
	
	.slidehometop_tabs li.slidehometop_here a {
		background: #235E96;
	}
