/*! 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;
  margin-bottom:0px;
  }

.sponsorSlider {border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding:20px 0px }

#slider4 {margin-top:-1.5em;}

#slider4 img { min-height:490px; }



@media only screen and (max-width: 768px) {
	
	#slider4 img { min-height:10px; }
	
	
	}


#slider5 img { width:auto !important; height:auto; margin:0px 77px;}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
display:inline-block;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.5;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/lessArrow.png") no-repeat left top;


  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  background-position: right top;
float:right;
margin-top:-67px;
background: transparent url("../images/moreArrow.png") no-repeat left top;

  }