<!--
$(function() {
	$(".album").jCarouselLite({
	btnNext: ".next",
	btnPrev: ".prev",
	visible : 8,
	speed: 500,
	easing: "bounceout"
	});
});
// -->