$(document).ready(function(){
	
	$('img[@src$=.png]').pngfix();	
	$('#homeAddress, #homeLeft, #homeRight, #homeTitle, #preus table td.desc, #preus table td.un span').pngfix();
	
	$('.foto').mouseover(function(){
		$(this).find('img.thumb').fadeTo('slow',0.5,function(){
			$(this).fadeTo('medium',1);
		});				  
	});
	
	$(".cicle").cycle({ 
		fx:"fade", 
		speed:2000,
		random:0
	});
	
	$('#fotos a img').Tooltip({
		track: true,
		delay: 0,
	    showURL: false,
		top: -40,
		left: -6,
		fixPNG: true
	});
	
	$('#preus tbody tr:even').addClass('even'); 
	
});
