jQuery(document).ready(function() {
    jQuery('#bestof').jcarousel({
        // Configuration goes here
    });
    jQuery('#mostrecent').jcarousel({
        // Configuration goes here
    });
    jQuery('.galleryholder ul').jcarousel({
        // Configuration goes here
    });
});
