$(function(){
			$.fn.supersized.options = {  
				startwidth: 1440,  
				startheight: 864,
				vertical_center: 1,
				slides : [
					{image : 'fileadmin/bilder/startseite_hg.png' }
				]
			};
	        $('#supersized').supersized(); 
	    });
