/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com


*					{ margin: 0; padding: 0; }
body				{
	background: #1F1F1F;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	color: #666666;
	margin-top: 10px;
}
*/


#wrapper			{			
	width: 670px;
}

.thumbnails {
	width: 130px;
	height: 130px;
	display: block;
	float: left;
	text-align: center;
}
.videothumbnails {
	width: 130px;
	height: 100px;
	display: block;
	float: left;
	text-align: center;
}
.thumbnails img:hover, .videothumbnails	img:hover {
	border: 1px solid #FFFFFF;
}
.thumbnails img, .videothumbnails	img   {
	border: 1px solid #6E7059;
	padding: 3px;
}

