jQuery(document).ready(function() {

	var sTitle = jQuery('#vimeovid').attr('title');

	jQuery('a#vimeovid').fancybox({
			'padding'				: 4,
			'autoScale'				: false,
			'hideOnOverlayClick' 	: false,
			'transitionIn'			: 'elastic',
			'transitionOut'			: 'fade',
			'title'					: this.title,
			'width'					: 900,
			'height'				: 580,
			'type'					: 'iframe',
			'title'					: sTitle
	});
	
	jQuery('a#vimeovid').trigger('click');
	
});
