$(document).ready(function() {
	$('#mycarousel').jcarousel({
	// Configuration goes here
	});
	
	$('#mycarousel2').jcarousel({
		scroll:1
	});
});
