/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{
	font-size: 62.5%;
	font-family: Georgia, serif;
}

a img, img 			{ border: none; }

#page-wrap			{
	height: auto;
	margin: 0;
	width: 1300px;
	overflow: visible;
	padding: 10px;
}
.photo-wrapper {
	height: 220px;
	width: 320px;
	float: left;
}


.photo-link			{
	padding: 10px;
	margin: 0px;
	width: 300px;
	position:relative;
	height: 170px;
	float: left;
}

.photo-link:hover	{
}
.Caption {
	height: 30px;
	width: 288px;
	color: #FFF;
	float: left;
	padding-left: 10px;
}
.photo-overlay {
	width: 300px;
	position:static;
	height: 170px;
	clear: both;
}

