$(function(){
	$.fn.supersized.options = {  
		startwidth: 1400,  
		startheight: 1024,
		vertical_center: 1,
		slides : [
			{image : 'images/eco-bkg-dough.jpg' }
		]
	};
	$('#supersized').supersized(); 
});

