$(document).ready(function(){

	 $('#main_image_images').cycle({ 
		fx:    'fade', 
		speed:  800,
		timeout: 3000, //how long to show image for in milliseconds
		cleartypeNoBg:  true
	
	 });
	 
	 $.localScroll();
	 
	 setTimeout(function(){ $("#subnavBg").animate({width:'180px'}, 600);  }, 500);
	 setInterval(function(){ $("#subnavLinks").fadeIn(400);}, 1100);



});

