// Raycollins scripn'

$(function(){
			$.fn.supersized.options = {  
				startwidth: 640,  
				startheight: 450,
				vertical_center: 1,
				slides : [
					{image : 'images/bg.jpg'}
				]
			};
	        $('#supersized').supersized(); 
});
