$j(function(){
	$j.fn.supersized.options = {  
		startwidth: 1680,  
		startheight: 1050,
		minsize: .50,
		slideshow: 1,
		slideinterval: 5000  
	};
	$j('#supersize').supersized(); 
});
