		$(function() {
			$(".album").jCarouselLite({
				btnNext: ".next",
				btnPrev: ".prev",
				visible : 5,
				speed: 600,
				easing: "easeinout"
			});
		});

