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

	
#flash video {
	display: none;
	
	
	}
.rslides {
	display: block;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height:inherit;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
position: absolute;
line-height: inherit;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  vertical-align:middle;
  }
  
.rslides li video {
	margin-top: -25%;
	
	
	}
ul.rslides {
	
	width: 100%;
	top: -25%;
	bottom: 0px;
	}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  bottom: 0px;
  }
   @media screen and (max-width:480px){
	   
	   ul.rslides li{
		   
		   }
	   
	   
	   
	   }
  
  
  @media screen and (max-width:320px){
	  
	  ul.rslides{
		  width:100%;
				  
		  }
		  
		 ul.rslides li {
			top: 0px; 
			 left: 0;
			 }

  }