$(document).ready(function(){
	$('.slider').maxImage({
		isBackground: true,
		slideShow: true,
		position: 'absolute',
		verticalAlign: 'bottom',
		slideShowTitle: false,
		slideDelay:7,
		maxFollows: 'height',
		resizeMsg: {show: false}
	});
});
