$(function(){
                $('img.bgmaximage').maxImage({
                      isBackground: true,
					  //position: 'absolute',
					  verticalAlign: 'bottom',
					  maxFollows: 'both',
					  //overflow:'hidden'
                 });
            });
