$(document).ready(function() {

	//colorbox
	$('a.colorbox').colorbox();
	$('a.colorbox_img').colorbox({
		'maxWidth': $(window).width(),
		'maxHeight': $(window).height(),
		'scalePhotos': true,
		'opacity':0.8
	});
	$("a.colorbox_frame").colorbox({width:"90%", height:"90%", iframe:true});


});// CHIUDO DOMREADY
