﻿$(function () {
	$(".carousel").jCarouselLite({
		btnNext: ".btnNext",
		btnPrev: ".btnPrev",
		visible: 1
	});
});
    
