﻿$(document).ready( function() {
        $('#content').height($(document).height());

        $('.PicList a').lightBox({overlayBgColor: '#782600'});
    }
);

function buttonOver(obj){
//  $(obj).effect("bounce");
//  return true;
}