$(document).ready(function(){
    if($(window).width() > 1024){
        if($(window).height() < 1000){
            body = $('body');
            $(body).css('background', 'url(' + basePath + 'theme/dolfjansen/img/front_page_body_background_small.jpg) no-repeat center center fixed');
            
            // FireFox resets 'background-size' property after changeing the background image, so we set it here again
            $(body).css('background-size', 'cover');
            $(body).css('-moz-background-size', 'cover');
            
            $('body#home ul li#i_fotogalerij').css('left', -100);
        }
    }
});
