div.img {
    padding-left: 0px;
    padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
    height: auto;
    width: auto;
    float: left;
    text-align: top;
    vertical-align: top;
    border:0px;

}

div.img img {
    display: inline;
    margin: 1px;
    border:0px;
}


.black_overlay{
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
    .white_content {
        width:800px;
        height:600px;
        display: none;
        position: fixed;
        padding: 10px;
        background-color: #191919;
        z-index:1002;
        overflow: auto;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -400px;
    }

   .imgBorder{

    border:2px;
    border-style:solid;
    border-color: white;
}

td.centered {
 vertical-align: middle;
padding-left:0px;
padding-bottom:0px;
}
/* top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;*/