		$(document).ready(function() {
			$("a#custom_2").fancybox({
		      'frameWidth': 520,
              'frameHeight': 350,
			  'padding': 0,
			  'zoomOpacity'			: true,
		'overlayShow'			: true,
		'zoomSpeedIn'			: 200,
		'zoomSpeedOut'			: 100

});
			
		});
		
		
		