/** Super Sized Settings **/

$(function(){
	
	//if(!swfobject.hasFlashPlayerVersion ("9")) {
	$.fn.supersized.options = {  
		startwidth: 600,  
		startheight: 480,
		vertical_center: 1,
		slideshow: 0,
		navigation: 0,
		transition: 0, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
		pause_hover: 0,
		slide_counter: 0,
		slide_captions: 0,
		slide_interval: 8000  
	};
	$('#scec-background').supersized(); 
	//}
});
