﻿div.PhotoGallery
{
	border: solid 1px #333333;
    background-color: #e9ddb9;		/* group list area*/
    width: 600px;
}

div.PhotoGallery div.GroupList
{
	text-align: right;	
	padding: 4px 0px 4px 0px;
}
div.PhotoGallery div.GroupList span.GroupHeader
{
	padding: 0px 8px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #000000;
}
	
div.PhotoGallery div.Container,
div.PhotoGallery div.GroupList
{
	width: 600px;
}


div.PhotoGallery div.MainPhoto
{
    background-color: #ebe6d8;	
}


div.PhotoGallery div.Title
{
	width: 100%;
    text-align: center;   
    color: Black;
    padding: 6px 0px 12px 0px;
    margin: 0px;
}


div.PhotoGallery div.ImageNavigation
{  
    height: 24px;
}

div.PhotoGallery div.ImageNavigation a
{
	color: #000000;
}

div.PhotoGallery div.PreviousImage
{
	margin: 10px 10px 0px 10px;
    float: left;   
}

div.PhotoGallery div.NextImage
{
	margin: 10px 10px 0px 10px;
    float: right;   
}


div.PhotoGallery div.Image
{
    width: 100%;
    text-align: center;   
}

div.PhotoGallery div.Image img
{
    border-width: 1px;
}

div.PhotoGallery div.Image img.NonLink
{
    border: solid 1px #000000;
}

div.PhotoGallery div.Image a:link,
div.PhotoGallery div.Image a:active,
div.PhotoGallery div.Image a:visited
{
	border-width: 1px;
	color: #000000;
}

div.PhotoGallery div.Image a:hover
{
	border-width: 1px;
	color: #446788;
}


div.PhotoGallery div.Description
{
    width: 94%;
    text-align: center;   
    color: Black;
    padding: 20px 0px 20px 0px;
    margin: 0px auto 0px auto;
}



div.PhotoGallery div.Thumbnails
{
    background-color: #e9ddb9;
    width: 100%;
    text-align: center;   
    padding: 10px 0px 10px 0px;
}

div.PhotoGallery div.Thumbnails ul
{
    margin: 14px 0px 14px 0px;
    padding: 0px;
}

div.PhotoGallery div.Thumbnails li
{
    margin: 0px 14px 0px 14px;
    padding: 0px;
    display: inline;
}

div.PhotoGallery div.Thumbnails img
{
	border-width: 1px;
}

div.PhotoGallery div.Thumbnails li a:link,
div.PhotoGallery div.Thumbnails li a:active,
div.PhotoGallery div.Thumbnails li a:visited
{
	border-width: 1px;
	color: #EEEEEE;
}

div.PhotoGallery div.Thumbnails li a:hover
{
	border-width: 1px;
	color: #446788;
}

div.PhotoGallery div.Thumbnails li.Selected a:link,
div.PhotoGallery div.Thumbnails li.Selected a:active,
div.PhotoGallery div.Thumbnails li.Selected a:visited,
div.PhotoGallery div.Thumbnails li.Selected a:hover
{
	border-width: 1px;
	color: #446788;
	
}



div.PhotoGallery div.Pagination
{  
    height: 18px;
}
div.PhotoGallery div.Pagination a
{
	color: #000000;
}

div.PhotoGallery div.PreviousThumbnailPage
{
    float: left;   
    margin: 0px 10px 0px 10px;
}

div.PhotoGallery div.NextThumbnailPage
{
    float: right;  
    margin: 0px 10px 0px 10px; 
}