/*
 * Page Setup Scripts
 */
$(function() {
	$(".slider").jCarouselLite({
	    btnNext: ".next",
	    btnPrev: ".prev",
	    mouseWheel: true,
		visible: 7,
		scroll: 3,
		vertical: false,
		speed: 800
	});
});
