// Fancybox lightbox
$(function() {
    $("a.lightbox").fancybox({
    'titlePosition' : 'inside'
    });    
});
