$(document).ready(function()
{
	
	$('#gallery').show().jcarousel({
		visible: 3,
		scroll: 3,
		vertical: true,
		animation: 1000	
	});

});
