	Cufon.replace('h2');
	$(document).ready(function(){
			$('.color_red a').textShadow();
			$(".galleria").colorbox({rel:'galleria', transition:"fade"});
		});
	$(function(){
		// Vertical
		$(".home_ev div a").hover(function(){
			$("img", this).stop().animate({top:"-30px"},{queue:false,duration:200});
		}, function() {
			$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
		});
	});

