$(function(){
   $('img.bgimage').maxImage({
                isBackground: true,
                slideShow: true,
                position: ('absolute'),
                verticalAlign: 'bottom',
                horizontalAlign:'right',
                slideDelay: 8, 
                slideShowTitle: false,
                maxFollows: 'height'
            });
    
});
