﻿div.PhotoGallery
{
	padding: 20px 0px 0px 0px;
}

div.PhotoGallery div.GroupList
{

}
div.PhotoGallery div.GroupList span.GroupHeader
{

}
	
div.PhotoGallery div.Container,
div.PhotoGallery div.GroupList
{
	width: 600px;
}


div.PhotoGallery div.MainPhoto
{

}


div.PhotoGallery div.Title
{

}


div.PhotoGallery div.ImageNavigation
{  
    display: none;
}

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
{

}

div.PhotoGallery div.Thumbnails ul
{
 
}

div.PhotoGallery div.Thumbnails li
{

}

div.PhotoGallery div.Thumbnails img
{

}

div.PhotoGallery div.Thumbnails li a:link,
div.PhotoGallery div.Thumbnails li a:active,
div.PhotoGallery div.Thumbnails li a:visited
{

}

div.PhotoGallery div.Thumbnails li a:hover
{

}

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
{
	
}



div.PhotoGallery div.Pagination
{  
    height: 18px;
}
div.PhotoGallery div.Pagination a
{
	color: #000000;
}

div.PhotoGallery div.PreviousThumbnailPage
{
 
}

div.PhotoGallery div.NextThumbnailPage
{
 
}