﻿

#galleryDiv {
width: 100%;
font-size: .9em;
position: relative;
padding: 0px;
margin: 0;
padding: 0;
background:#444;
list-style-type: none;
float: left;
}

#galleryDiv li {
     margin: 0;
     list-style-type: none;  
 }
 
#galleryDiv a {
    display: block;
    color: #FFF;
    text-decoration: none;

    padding: 0 12px;
    line-height: 1.57; /* controls height of box */
    border-bottom: 1px solid #000;
}

#galleryDiv a:hover {
    background: #288db1;
}

.imageCaption
{
color:#ffffff;
font-size:.95em;
background-color: #444444;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#ffffff;
width:525px;
text-align:right;
}

.imageCaption a
{
color:White;
font-size:1em;
/*text-decoration:none;*/
}
