$(document).ready(function(){

	$("a.zoom").fancybox({
	'transitionIn'	:	'elastic',
	'transitionOut'	:	'none',
	'speedIn'	:	600,
	'speedOut'	:	200,
	'overlayShow'	:	true,
	'overlayColor'	:	'#000',
	'cyclic'	:	false
	});

	$("#random-image a").fancybox({
	'transitionIn'	:	'elastic',
	'transitionOut'	:	'none',
	'speedIn'	:	600,
	'speedOut'	:	200,
	'overlayShow'	:	true,
	'overlayColor'	:	'#000',
	'cyclic'	:	true
	});

});
