$(function(){
		
//main slideshow
	if ($("div.scrollable").length > 0) {
		$("div.scrollable").scrollable({ 
			vertical: false,
			size: 1,
			speed:	1000,
			loop: true
		}).autoscroll({
			autoplay: true,
			steps: 1
		})
	}


//font effects	
	$(".main_heading h2 span.h_top").FontEffect({
			outline: true,
			outlineColor1   :"#666"
		//	shadow :true,
		//	shadowColor :"#000"
	})
	
	$(".main_heading span.h_btm").FontEffect({
			outline: true,
			outlineColor1 :"#666"
		//	shadow :true,
		//	shadowColor :"#000",
		//	gradient :false
	})
	
	$(".top_txt_area h1").FontEffect({
			outline: true,
			outlineColor1   :"#666"
		//	shadow :true,
		//	shadowColor :"#000"
	})
	
	$(".updates h2").FontEffect({
			outline: true,
			outlineColor1 :"#666"
	})
	
	
			$(".panel h2 span.h_top").FontEffect({
			outline: true,
			outlineColor1   :"#666"
		//	shadow :true,
		//	shadowColor :"#000"
	})
	
	$(".panel h2 span.h_btm").FontEffect({
			outline: true,
			outlineColor1 :"#666"
		//	shadow :true,
		//	shadowColor :"#000",
		//	gradient :false
	})
	
	
//homepage logo link fix
//	$("#main_logo_link").css("opacity", "0")
		
	
	
	
});


