jQuery(document).ready(function() {

$("#alvinatim").fancybox({
	'scrolling'			: 'no',
	'titleShow'			: true,
	'padding'			: 0,
	'overlayOpacity'	: 0.8,
	'overlayColor'		: '#000',
	'transitionIn'		: 'elastic',
	'transitionOut'		: 'elastic',
	'centerOnScroll'	: 'true',
	'type'				: 'iframe',
	'width'				: 800,
	'height'			: 450
});


$("#vimeo").fancybox({
	'scrolling'			: 'no',
	'titleShow'			: true,
	'padding'			: 0,
	'overlayOpacity'	: 0.8,
	'overlayColor'		: '#000',
	'transitionIn'		: 'elastic',
	'transitionOut'		: 'elastic',
	'centerOnScroll'	: 'true',
	'type'				: 'iframe',
//	'href'				: this.href.replace(new RegExp("([0-9])","i"),'video/$1?title=0&amp;byline=0&amp;portrait=0&amp;color=e9a900'),
	'width'				: 800,
	'height'			: 450
});

$("a[rel=group1]").fancybox({
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}
	});


});
