$(document).ready(function() {
    
    // Our clients slideshow animation
    $("#product-slideshow").cycle();
    
    // Remove title tags from menu to stop overlapping drop downs
    $("#navigation li").attr('title', '');
});
