$(document).ready(function(){

	$(function(){
		jQuery('img.maxImage').maxImage({
			maxFollows: 'both',
			verticalOffset: (0),
			horizontalOffset: (0),
			leftSpace: (0),
			topSpace: (0),
			rightSpace: (0),
			bottomSpace: (0),
			overflow: 'auto',
			position: 'absolute',
			isBackground: true,
			zIndex: (-10),
			verticalAlign: 'top',
			horizontalAlign: 'center',
			maxAtOrigImageSize: false,
			slideShow: false
		});
	});
	
});
