jQuery.easing.def = "easeInOutQuint";

$(document).ready(function() {
	
	$("a.flashzoom").colorbox({
		opacity : 0.9, 
		innerWidth:'800px', 
		innerHeight:'475px', 
		iframe:true
	});	

});
