$(function(){
	$(".carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 3,
		scroll:2
	});
	$(".shadow").each(function() { PIE.attach(this); });
});
