$(document).ready(function() {
    $('#slide a').lightBox();
});

$(document).ready(function() {
    $('#slide2 a').lightBox();
});
