	$(function(){
		$.fn.supersized.options = {  
			startwidth: 1024,  
			startheight: 576,
			minsize: .50,
			slideshow: 1,
			slideinterval: 4000  
		};
        $('#supersize').supersized(); 
    });
