$(function(){
	$(document).ready(function(){
		$('#maxedbgimage').maxImage({
			isBackground: true,
			overflow: 'hidden'
		});
	});
});
