jQuery(function() {
	jQuery('a.thickbox').colorbox({
		iframe : true,
		innerHeight : "75%",
		innerWidth : "75%",
		transition: "elastic"
	});
});
