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