$(window).load(function(){
	$(".carousel").jCarouselLite({
			  btnNext: "#button-next",
			  btnPrev: "#button-prev"
	});
})

