$(document).ready(function() {
    $("#gallery").jCarouselLite({
        btnNext: "#gallery-next-btn",
        btnPrev: "#gallery-previous-btn",
		vertical: true,
		circular: false,
		visible: 7,
		scroll: 1 
    });
	$("#gallery-wrapper").css('visibility','visible');
});
