$(document).ready(function(){
            
			
		
		
	$("a[rel=lightbox]").livequery(function(){
		$(this).lightBox();
	}
	);


                 $('#slider').innerfade({ speed: 1500,
		 timeout: 5000, 
		 type: 'sequence', 
		 containerheight: '330px' });
		 
		 		 $('#slide_text #slide_text_lista').innerfade({ speed: 1500,
		 timeout: 5000, 
		 type: 'sequence', 
		 containerheight: '15px' }); 
         

           

				$('.boxgrid.caption').hover(function(){
					$(".cover", this).stop().animate({top:'255px'},{queue:false,duration:360});
				}, function() {
					$(".cover", this).stop().animate({top:'270px'},{queue:false,duration:360});
				});
 $(document).pngFix(); 

 
});
        
   
     		

