// JavaScript Document





  $(function() {
	$(".newsticker-jcarousellite").jCarouselLite({
		vertical: false,
		hoverPause:false,
		visible:8,
		auto:500,
		speed:1000
	});
});
  
  
  $(document).ready(function() {
			$.featureList(
				$("#numslide span a"),
				$("#textslide .textinsl"), {
					start_item	:	0
				}
			);			 
		});


$(document).ready(function() {

			$.featureList(
				$("#work_list li a"),
				$("#output li.change"), {
					start_item	:	0
				}
			);

			

		});
