jQuery(document).ready(function($) {
    // Added at line 218 in the plugins/carousel-gallery-jquery/carousel-gallery-jquery.php
    // jQuery('p.caption:empty').remove();
    // jQuery('p.description:empty').remove();

    //if there's obly one thumbnail in a gallery, hide it
    $('.carousel-controls-inner a:only-child').hide();
});

