table.gallery img
{
    border: 1px solid #444;
    background-color: #920867;
    width: 150px;
    height: 200px;
    color:  #0B0B61;
}
table.gallery td
{
    position: relative;
}
a.preview:hover:before
{
    content: "Preview";
    position:absolute;
    color: white;
    top: 184px;
    right:8px;

}
a.previewdk:hover:before
{
    content: "Preview";
    position:absolute;
    color: #29997d;
    top: 184px;
    right:8px;

}
a.previewmid:hover:before
{
    content: "Preview";
    position:absolute;
    color: white;
    top: 385px;
    right:240px;

}
a.previewmiddk:hover:before
{
    content: "Preview";
    position:absolute;
    color: #29997d;
    top: 385px;
    right:240px;

}
table.contactsheet img
{
    border: 1px solid #444;
    background-color: #222;
    width: 820px;
    height: 600px;
}
.midsize
{
    border: 1px solid #444;
    background-color: #222;
    width: 300px;
    height: 400px;
}
.toprow1
{
    margin-top: 8px;
    margin-left: 70px;
    width: 300px;
    float: left;
}
.toprow2
{
    margin-top: 5px;
    margin-left: 5px;
    width: 300px;
    float: left;
    background-color: #920867;
}
#midsection1
{
    margin-top: 5px;
    margin-left: 5px;
    height: 100px;
    float: left;
    background-color: #920867;
}