﻿.PhotoGalleryImage 
{
	float: left;
	width: 100px;
	height: 100px;
}

.PhotoGalleryImage img
{
	width: 100px;
	height: 100px;
}

.PhotoGalleryDescription
{
	padding-left: 110px;
}

.PhotoGalleryEnd
{
	clear: both;
}

.PhotoGalleryImages
{
	float: left;
	
}

.PhotoGalleryImages img
{
	width: 100px;
	height: 100px;
	margin: 5px 0px 0px 5px;
}


