jQuery(function() 
{	
	jQuery("#sitePreview").colorbox({
		width:"80%", 
		height:"80%", 
		iframe:true,
		onOpen:function(){ jQuery("body").css("overflow", "hidden"); }, //disable body scroll
		onCleanup:function(){ jQuery("body").css("overflow", "auto"); }, //enable body scroll
	});
});
