jQuery(document).ready(function() {
    /**
     * We show a simple loading indicator
     * using the jQuery ajax events
     */


	jQuery('#submenulistcontent').jcarousel({
        vertical: true
    });
});

