// Standard jQuery header
;(function($) {

$(document).ready(function() {
    $('#GalleryNo-0').jcarousel({
        // Configuration goes here
    	//vertical:false
    	
    });
})
})(jQuery);