jQuery(document).ready(function() {
    $('#carousel').jcarousel();
    
    $('a[title].musei').qtip({ style: { name: 'dark', tip: 'bottomCenter', 'font-size': 12 }, position: { corner: { target: 'topMiddle', tooltip: 'bottomMiddle' }} });
    
   /* $('#wrapper').height($(this).height()-380);*/
    
    /*$('.csc-default:last-child').find('.csc-textpic-clear').css('border-bottom','0px');*/
    
});
