﻿$('document').ready(function () {

	// abilito la shadow ai testi
	$(".shadow").dropShadow({
		left: 2, 
		top: 2,
		blur: 1,
		opacity: 0.6
	});
});

