$(document).ready(function(){

       $('a.custom-width').cluetip({
        width: '300px',
        fx: {
            open: 'fadeIn',
            openSpeed: 'slow'
        },
        showTitle: true
        });

});



