$(function(){   
    $.fn.supersized.options = {   
        startwidth: 2000,  
		startheight: 1124,
		vertical_center: 1,   
        minsize: .5,   
        slideshow: 0  
    };   
        $('#supersize').supersized();   
});