// JavaScript Document
$(document).ready(function() {			
			$("#zoom1").imgbox({
			    'zoomOpacity'	: true,
				'alignment'		: 'center',
				'allowMultiple'	: false,
				'overlayShow'	: true,
				'hideOnOverlayClick'	: true,
				'speedIn'		: 700,
				'speedOut'		: 700,
				'padding'		: 0,
				'autoScale'		: false
			});
			
			$("#zoom2").imgbox({
			    'zoomOpacity'	: true,
				'alignment'		: 'center',
				'allowMultiple'	: false,
				'overlayShow'	: true,
				'hideOnOverlayClick'	: true,
				'speedIn'		: 700,
				'speedOut'		: 700,
				'padding'		: 0,
				'autoScale'		: false
			});
			
			$("#zoom3").imgbox({
			    'zoomOpacity'	: true,
				'alignment'		: 'center',
				'allowMultiple'	: false,
				'overlayShow'	: true,
				'hideOnOverlayClick'	: true,
				'speedIn'		: 700,
				'speedOut'		: 700,
				'padding'		: 0,
				'autoScale'		: false
			});
			
			$("#zoom4").imgbox({
			    'zoomOpacity'	: true,
				'alignment'		: 'center',
				'allowMultiple'	: false,
				'overlayShow'	: true,
				'hideOnOverlayClick'	: true,
				'speedIn'		: 700,
				'speedOut'		: 700,
				'padding'		: 0,
				'autoScale'		: false
			});
			
			$("#zoom5").imgbox({
			    'zoomOpacity'	: true,
				'alignment'		: 'center',
				'allowMultiple'	: false,
				'overlayShow'	: true,
				'hideOnOverlayClick'	: true,
				'speedIn'		: 700,
				'speedOut'		: 700,
				'padding'		: 0,
				'autoScale'		: false
			});
			
			$("#zoom6").imgbox({
			    'zoomOpacity'	: true,
				'alignment'		: 'center',
				'allowMultiple'	: false,
				'overlayShow'	: true,
				'hideOnOverlayClick'	: true,
				'speedIn'		: 700,
				'speedOut'		: 700,
				'padding'		: 0,
				'autoScale'		: false
			});
			
			$("#zoom7").imgbox({
			    'zoomOpacity'	: true,
				'alignment'		: 'center',
				'allowMultiple'	: false,
				'overlayShow'	: true,
				'hideOnOverlayClick'	: true,
				'speedIn'		: 700,
				'speedOut'		: 700,
				'padding'		: 0,
				'autoScale'		: false
			});
			
			$("#zoom8").imgbox({
			    'zoomOpacity'	: true,
				'alignment'		: 'center',
				'allowMultiple'	: false,
				'overlayShow'	: true,
				'hideOnOverlayClick'	: true,
				'speedIn'		: 700,
				'speedOut'		: 700,
				'padding'		: 0,
				'autoScale'		: false
			});
			
			$("#zoom9").imgbox({
			    'zoomOpacity'	: true,
				'alignment'		: 'center',
				'allowMultiple'	: false,
				'overlayShow'	: true,
				'hideOnOverlayClick'	: true,
				'speedIn'		: 700,
				'speedOut'		: 700,
				'padding'		: 0,
				'autoScale'		: false
			});
			
			
		});