jQuery(function($){
	$.fn.supersized.options = {  
		startwidth: 1023,  
		startheight: 670,
		vertical_center: 1,
		slides : [
			{image : 'themes/gain/images/mainBkgrd.jpg' }
		]
	};
	$('#supersized').supersized(); 
});
