$(function() {
	$("#col_sx .box, #col_dx .box").hover( function() {
			$(this).addClass("over");
		}, function() {
			$(this).removeClass("over");			
		});
	$("#col_sx .box, #col_dx .box").click( function () {
		if(!$(this).hasClass("catalogo") & !$(this).hasClass("codice_etico"))  { window.location = $(this).find("a").attr("href");		}
		});
		
	$("a.blank").click( function () { $(this).attr("target", "blank") });
	$("a.lb").colorbox();
	$(".box.catalogo").colorbox({href:$(".box.catalogo a").attr("href"), iframe:true, width:923, height:598});
	$(".box.codice_etico").colorbox({href:$(".box.codice_etico a").attr("href"), iframe:true, width:923, height:598});
	$("a.yt").colorbox({iframe:true, innerWidth:923, innerHeight:598});

	//$("#main_top").snowfall({flakeCount : 30, maxSpeed : 1});
	});
