$().ready(function()
{
    $('ul.screenshots a').fancybox();
});

