/*==============================================
 maximage
==============================================*/

$(function(){
	jQuery('img.bgmaximage').maxImage({
		//isBackground: true,
		//slideShow: true,
		//slideDelay: 4,
		//isBackground: true,
		overflow: 'height',
		maxFollows: 'height',
		//horizontalAlign:'center',
		verticalAlign:'top',
		minImgWidth: "1000"
 	});
});


