$(function(){
	$.fn.supersized.options = {  
		/*startwidth: 800,  
		startheight: 350,*/
		startwidth: 1152,  
		startheight: 720,
		minsize: .1,  //.50
		slideshow: 0,
		slideinterval: 1000  
	};
	$('#supersize').supersized(); 
});
