﻿
#ImageGalleryModule
{
    text-align:center;
	position:relative;
	z-index:91;
}

#ImageGalleryModule .adminButtons 
{
    width:auto;
	text-align: right; 
}

#ImageGalleryModule .titleArea
{ 
    width:auto; 
    text-align: center;
    margin-bottom: 20px;
}


#ImageGalleryModule h3
{ 
    font-size: 1.3em;
    font-weight: bold;
}

#ImageGalleryModule .galleryListTitleBar
{
    text-align: left;
    position:relative; 
    margin-bottom: 10px; 
    padding: 5px 5px 5px 5px; 
	font-family:Georgia, "Times New Roman", Times, serif;
}

#ImageGalleryModule .galleryDescription
{
    vertical-align: top;
    text-align: left;
}

#ImageGalleryModule .galleryListTitleBar h3
{
    font-size: 1.6em;
}

#ImageGalleryModule .imageDescription
{
    font-family:Georgia;
}

#ImageGalleryModule .imageList
{
    width:220px; 
    float: left; 
    text-align: center; 
    margin-right: 15px;
	position:relative;
}

#ImageGalleryModule .galleryForm
{
    text-align: left; 
}

#ImageGalleryModule .imageForm
{
    text-align: left; 
}

#ImageGalleryModule .multipleImages
{
    text-align: left; 
}


#divImagePop
{
    height:auto; 
    width:auto;
    margin-left:220px;
    padding: 15px; 
    text-align:center;
}

#divImagePop img
{
    border: solid 1px black;
}
