/* Author: 

*/

$(document).ready(function(){
	
	$("a.fancy").fancybox({
		'speedIn'		:	100, 
		'speedOut'		:	300, 
		'overlayShow'	:	true,
		'overlayColor'	:	"#fff",
		'overlayOpacity'	:	0.9,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'titlePosition' : 'inside',
		'speedIn' : '100',
		'showNavArrows' : true
	});

	
});
















