﻿/************************************************************************************************************
 * Document Ready
 ***********************************************************************************************************/

$(document).ready(function() {
    $("#images a.lightbox:first-child").show();
    $("#images a.lightbox").lightBox();
});