jQuery(document).ready(function($) {
	$("#mySlideshow .SliderImg").jCarouselLite({
		btnPrev: ".prev",
		btnNext: ".next",
		auto:       14000,
		speed:      1000,
		/*this makes it a true carousel rather than a slideshow*/
		circular: true,
		visible: 1
	});
});
