$(document).ready(function(){
	init();
});

function init() {
	$('a#inline').fancybox({
		width:725
		,height:510
		,autoDimensions:false
	});
}


