$(function(){
		$.fn.supersized.options = {  
			startwidth: 1024,  
			startheight: 683,
			minsize: 0.5,
			slideshow: 0, 
		};
        $('#supersize').supersized(); 
    });