// JavaScript Document
$(document).ready(function() {
	$('#mycarousel').jcarousel({
		// Configuration goes here
	});
 });