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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  max-width: 650px;
  max-height: 390px;
  padding: 0;
  margin: 0;
  height: auto;
  }
  
  
  .fonte .features_list .rslides_container {
   width: 100%;
  max-width: 650px;
  height: 90%;
  max-height: 390px;
 
    background: #ff0000;
  }


  
  
    li {
		display:none;

  }

  .rslides img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 650px;
  height: 100%;
  max-height: 390px;
  border: 50;
  }

  

  
  

