﻿/*$(function() {
    $('a[href$="img=true"]').lightBox();
});*/

$(function() {
    $('a[rel^="lightbox"]').colorbox({ photo: true, maxWidth: '95%', maxHeight: '95%', photoScaling: true });
});