$(document).ready(function(){
    slideShow();
    
    $('table.album-lb tr td a').lightBox();
});
