$(document).ready(function() {    		
 		
	$("#inline").fancybox({
	'zoomSpeedIn':		400, 
	'zoomSpeedOut':		500,
	'overlayShow':		true,
	'zoomOpacity':		true,
	'frameHeight':		520,
	'frameWidth' :		281
	}); 
	
	$("a.hotshots").fancybox({
	'zoomSpeedIn':		400, 
	'zoomSpeedOut':		500,
	'overlayShow':		true,
	'zoomOpacity':		true,
	'frameHeight':		533,
	'frameWidth' :		870
	}); 
	
	$("a.moms").fancybox({
	'zoomSpeedIn':		400, 
	'zoomSpeedOut':		500,
	'overlayShow':		true,
	'zoomOpacity':		true,
	'frameHeight':		635,
	'frameWidth' :		898
	}); 
	
    		
});
