$(function() {
			$(".album").jCarouselLite({
				btnNext: ".next",
				btnPrev: ".prev",
				visible : 4,start : 1,
				speed: 1500,
				easing: "bounceout"});});