$(document).ready(function(){
	//Carousel
	$("#carousel").jCarouselLite({
	btnNext: "#next",
	btnPrev: "#prev",
	visible: 5,
	scroll: 4,
	vertical: false,
	speed: 800,
	circular: false
	});
});