$(document).ready(function(){

	/* Using custom settings */
	
	$("a.photo").fancybox({
		'hideOnContentClick': false,
		'titlePosition'		: 'inside',
		'titleShow'			: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'overlayOpacity'	: 0.5,
		'overlayColor'		: '#000',
		'showNavArrows'		: true
	});


	$("a.conf").fancybox({
		'overlayOpacity'	: 0.5,
		'overlayColor'		: '#000',
		'autoDimensions' 	: true,
		'modal'				: true,
		'padding'			: 15
		
	});


	//alert('im here');
});
