jQuery(document).ready(function() {
	$("#videoclip").fancybox({
		'width'				: 600,
		'height'			: 350,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$("a#photos").fancybox({
		'titleShow'     : false
	});

});

