$(document).ready(function() {

$("a.lightbox").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
    'changeSpeed' : 500,
		'overlayShow'	:	true,
		'overlayOpacity' : 0.9,
		'overlayColor' : "#080602"
	});
	
});
