	$(document).ready(function() {

	$("a.iframe").fancybox({
		'centerOnScroll':	true,
		'autoscale'		: 	true,
		'overlayColor'  :	'#000',
		'overlayOpacity':   0.7,
		'titleShow'		:	false,
		'height'		:	190,
		'width'			:	405
	});
	
	$("a.fancy_photo").fancybox(
		{
		'enableEscapeButton': true, 
		'imageScale': true, 
		'centerOnScroll':	true,
		'overlayColor'  :	'#000',
		'overlayOpacity':   0.7,
		'autoscale'		: 	true
		}
	); 
	
	$("a#inline").fancybox({
		'centerOnScroll':	true,
		'autoscale'		: 	true,
		'overlayColor'  :	'#000',
		'overlayOpacity':   0.7,
		'titleShow'		:	false
	});
	
});



