// JavaScript Document
$(window).load(function() {
	$("#ticker").jCarouselLite({
      	visible: 4,
      	auto: 1,
      	speed: 1500
    });
});

