$(document).ready(function(){
	$('.bg-slide').maxImage({
    isBackground: true,
    slideShow: true,
	});
});

