﻿#phottogallerycontainer
{
	position: relative;
}

#thumbnails
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#thumbnails li
{
	width: 130px;
	float: left;
	margin: 10px 10px 0px 0;
	text-align: center;
}

.galleryimage
{
	height: 70px;
	width: 130px;
	cursor: pointer;
}

#photogallerycaption
{
	clear: both;
	margin-left: 40px;
}
