$(function() {
$('#news_ticker').cycle({fx:'slideY',speed: 1000,timeout: 4000, next:'#next_t', prev:'#prev_t', pause:1});

/*$("#header_content ul").mouseover(
							  function (){
								  $(this).stop().animate({backgroundPosition:"(-20px 94px)"}, {duration:500})
								  //$("#header_content ul").animate({backgroundPosition:"(0 175)"},"500");
								  }
							  );
$("#header_content ul").mouseout(
							  function(){
								  $("#header_content ul").animate({backgroundPosition:"(40 175)"},"500");
								  }
							  );*/
/*$('#header_content #home a')
		.css( {backgroundPosition: "-20px 35px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(-20px 94px)"}, {duration:500})
		})
		.mouseout(function(){
			$(this).stop().animate({backgroundPosition:"(40px 35px)"}, {duration:200, complete:function(){
				$(this).css({backgroundPosition: "-20px 35px"})
			}})
		})*/

		   });
