$(function(){
		jQuery('img.bgimg').maxImage({
			isBackground: true,
			slideShow: false,
			slideShowTitle: false,
			maxFollows: 'height',
			resizeMsg: {show: false}
		});
	});

