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

.rslides {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  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;
 }
 */
 .rslides img{
 display: block;
 border: 0;
 min-height: 100%; 
 min-width: 100%;  
 position: fixed; 
 z-index: -100; 
 top: 0; 
 left: 0;
 }
  
