/**
 * @author finrod
 */
$(function(){
    $('a.lightbox').lightBox();
});