﻿div#LargeImgCaption {
    width: 665px;
    height: auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 5px;
}
div#LargeImgCaption img {
    width: 665px;
    height: 310px;
    display: block;
    margin: 0 0 5px 0;
}
div#LargeImgCaption div.Text {
    background-color:Black;
    color:White;
    font-family:Tahoma,Arial,Sans-Serif;
    font-size:14px;
    font-weight:bold;
    height:19px;
    overflow:hidden;
    padding:11px 10px 9px;
    text-align:center;
    width:645px;
}
div#LargeImgCaption p {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 14px;
    color: White;
}
div#LargeImgCaption div.Text p a, div#LargeImgCaption div.Text a {
    color: White;
}

