$(function() {
    $(".floating").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
	
	$('#list2').hide();
	$('#list3').hide();
	$('#fl').attr('class','floating first');
});
