/* JavaScript Document */

$(document).ready(function() {
	$("#trailer").fancybox({
		'autoScale'   : true,
		'transitionIn'  : 'none',
		'transitionOut'  : 'none',
		'width'  : '700',
		'height'  : '450',
		'overlayColor'  : '#0066CC',
		'overlayOpacity' : 0.6
	});
});

