﻿#adminButtons 
{
	text-align: right; 
}

#ImageGalleryModule
{
    margin-top: 10px;
}

#ImageGalleryModule .headerText
{ 
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 8px;
}

#ImageGalleryModule  .ImageList
{
    position:relative; 
    margin-top: 15px; 
    margin-bottom: 10px; 
    padding: 2px 2px 2px 2px; 
    background-color: #e7e7e7; 
    border-bottom: solid 1px #3f3f3f;
}

#ImageGalleryModule .GalleryImage
{
    text-align: center; 
    margin: 2px;
}

#ImageGalleryModule .Hidden
{
    display: none;
    visibility:hidden;
}

#ImageGalleryModule .GalleryImage a
{
    text-decoration: none;
}
#ImageGalleryModule .ImageTitle
{
    text-align: center;
}