$(document).ready(function(){

	$("a[rel='scheda_prodotto']").colorbox(
		{
			width:"600px",
			height:"500px",
			rel:"nofollow",
			iframe:true,
			title:false,
			photo:false,
			transition:"fade",
			opacity:0.75,
			speed:500
		}
	);

});

