﻿$(document).ready(function () {
    //Attach Lightbox
    $('a[@rel*=lightbox]').lightBox();
}); 