// JavaScript Document
$(function() {
	$(".startSlider").jCarouselLite({
		btnNext: "#arrowRight",
		btnPrev: "#arrowLeft",
		visible: 5
	}); 
});
