$(document).ready(function() {
    $('#mycarousel').jcarousel({
        scroll:3
    });
    $('.vtip').click(function(){
        $(this).attr("title", $(this).data('title'));
    });
});