$(document).ready(function(){

/*		$('img#brochure').qtip({
		   content: 'Clicca per visualizzarla in 3D',
		   show: 'mouseover',
		   hide: 'mouseout',
			tip: 'topLeft',
			position: {
		   target: 'mouse',
		   adjust: { mouse: true, x: 20, y: 10 }
			},
		  style: { 
				  padding: 10,
				  background: '#005DAB',
				  color: 'white',
				  textAlign: 'left'
			}
		});*/
	
	$("div#main").append("<div style='position:absolute; top:0; left:0'><img src='img/main_top.gif'></div>");

	//$("div.banner_home_bg a").bigTarget({clickZone : 'div' });
	
	//$("h1").dropShadow({left: 2, bottom: 2, opacity: 0.6, blur: 1}); 

});
