.photo_gallery {
	width: 100%;
	padding: 0px;
}

.photo_gallery .photos .photo,
.photo_gallery .photos .photo .title,
.photo_gallery .photos .photo .short_description,
.photo_gallery .photos .photo .large_image {
	clear: both;
	float: left;
}

.photo_gallery img.large_image {
	padding: 4px;
	background-color: #f3f3db;
	border: solid 1px #d4d4ae;
}

.photo_gallery .photos .photo .thumbnail {
	float: left;
	border: solid 3px #f3f3db;
	display: none;
	margin-left: 5px;
	margin-bottom: 5px;
}

.photo_gallery .photos .photo.view .thumbnail {
	border-color: #d4d4ae;
}

.photo_gallery .current .large_image_container,
.photo_gallery .current .title,
.photo_gallery .current .short_description {
	clear: both;
	float: left;
}

.photo_gallery .current .large_image_container {
	width: 100%;
}

.photo_gallery .current {
	float: left;
	width: 490px;
}	

.photo_gallery .title {
	font-size: 1.5em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #930;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px .3em 0px;
	width: 100%;
}

.photo_gallery .short_description {
	margin: 0px 0px 1.4em 0px;
	width: 100%;
}
