$(document).ready(function() {
    $('#portfolio').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '260px' });
    // enable tooltip for "download" element. use the "slide" effect
    $(".rolloverDiv").tooltip({ effect: 'slide' });
});