$(function(){   
	$('img.slide_bg').maxImage({
		isBackground: true, //(false|true)
		slideShow: true, //(false|true)
		position: 'absolute', //('absolute'|'relative')
		verticalAlign: 'bottom', //('center'|top'|'bottom')
		slideShowTitle: false, //(true|false)タイトルの有無
		slideDelay:5, //スライドのタイミング
		maxFollows: 'height', //('both'|'height'|'width')
		resizeMsg: {show: false} //(true|false)
	});
});