$(function(){
	$.fn.supersized.options = {  
		startwidth: 1800,  
		startheight: 1600,
		vertical_center: 0,
		slides : [
			{image : 'img/top/topBg120120.jpg' }
		]
	};
	$('#supersized').supersized(); 
});
