$(document).ready(function(){
	
	//CARRUSEL IMAGEN GRANDE
   $('.rota').cycle({
					fx:      'scrollDown',
					speed:	1050,  
         			timeout:  7000,
		 			delay:  500
					});
   
     $('.rota2').cycle({
					fx:      'scrollDown',
					speed:	1050,  
         			timeout:  7000,
		 			delay:  800
					});
  
 
  

   
});
