/*! http://responsiveslides.com v1.54 by @viljamis */

/*.rslides {
	display:none;
}*/

.rslides {
	display:block;
  position: relative;
	float:left;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
	/*height:287px;*/
  }
  
  .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;
  }

@media only screen and (max-width: 1100px) {

#premium-site {
	z-index:110;
}

#slideshow-container {
	position:relative;
	/*height:287px;*/
}

/*.rslides {
	display:block;
  position: relative;
	float:left;
	left: 0;
	top: -13px;
	width: 100%;
	z-index: 100;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
	max-height:287px;
  }*/

/*.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;
  }*/
	
	}
	
@media only screen and (max-width: 750px) {

.rslides {
	display:none;
}

}
