jQuery(document).ready(function() { 
		jQuery('#mycarousel').jcarousel({
																		scroll : 1
																		});
		document.getElementById('preload').style.visibility = 'visible';
	});