jQuery(document).ready(function() {
    // Initialise the first and second carousel by class selector.
	// Note that they use both the same configuration options (none in this case).
	jQuery('.gallery').jcarousel();

	// If you want to use a caoursel with different configuration options,
	// you have to initialise it seperately.
	
});




