.image-overlay { 
    list-style: none; 
    text-align: left; 
    width:100%; 
    position:relative; 
    left:-50px; 
    top:-20px;
    font-family:Georgia, arial; 
    font-size:14pt; 
    text-align:center;
    color:#333333;
}
.image-overlay li { 
    margin-bottom:10px;
}
.image-overlay li div.overlay_display {
    background-color:#aaaaaa;
}
.image-overlay a:link, .image-overlay a:visited, .image-overlay a:hover, .image-overlay a:active { text-decoration: none; background-color:#aaaaaa; }
.image-overlay a:link img, .image-overlay a:visited img, .image-overlay a:hover img, .image-overlay a:active img { border: none; background-color:#aaaaaa; }

.image-overlay a
{
    margin-left: 10px;
    float: left;
    background: #fff;
    border: solid 0px;
    overflow:hidden;
    position: relative;
    display:block;
    height:190px;
    width:170px;
}
.image-overlay img
{
    position: absolute;
    top: 0;
    left: 0;
    border:0;
}
.image-overlay .caption
{
/*    position: absolute; */
    position:relative;
    z-index:9999999;
    float: left;
    background-color: #aaaaaa;
    width: 100%;
    cursor: pointer;
    /* The way to change overlay opacity is the follow properties. Opacity is a tricky issue due to
       longtime IE abuse of it, so opacity is not offically supported - use at your own risk. 
       To play it safe, disable overlay opacity in IE. */
    /* For Firefox/Opera/Safari/Chrome */
    opacity: .75;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.image-overlay .caption h1, .image-overlay .caption h2, .image-overlay .caption h3,
.image-overlay .caption h4, .image-overlay .caption h5, .image-overlay .caption h6
{
    color:#333333;
    margin: 10px 0 10px 2px;
    font-size: 12pt;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.image-overlay p
{
    color:#333333;
    text-indent: 0;
    margin: 10px;
    font-size: 10pt;
    font-family:"Myriad Pro",arial;
}