﻿$(document).ready(function() {
	$(".carousel").jCarouselLite({
	   auto: 2000,
		 speed: 2000
   });
});