/* Gallery Styles */

.smoothGalleryContainer{
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
position:relative;
overflow:hidden;
float: left;
border:5px solid #000;
}

.smoothGalleryContainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

.smoothGalleryContainer a:hover img {
border: 1px solid black; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

.smoothGalleryContainer a{
color: white; /* Dummy definition to overcome IE bug */
text-decoration: none;
font: bold 1em Arial, Sans-Serif;
}

.smoothGalleryContainer a:hover {
color: yellow; /* Dummy definition to overcome IE bug */
}

/* End Gallery Styles */