/**
 * @author manuelzanettin
 */

 $(document).ready(function(){
   
    /* ciclo immagini in homepage */
	
	$('.cycle').cycle({ 
    fx:    'fade', 
    speed:  2500 
 	});
	
	//$("#content").load("basket_home.html");

	var alto = $(document).height();
	
	
	
	$(".container").height(alto);

	
 });




