jQuery(document).ready(function() {
	//ombres
	$('.shadow').dropShadow({left: 0, top: 2, opacity: 0.5,});
});

