/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

#wrapper			{
	width: 460px;
	margin: 0 auto;
}
.thumbnails			{
	width: 108px;
	height: 108px;
	display: block;
	float: left;
	text-align: center;
}
.thumbnails	 img:hover {
	border: 1px solid #666666;
}
.thumbnails	  img   {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#nav a {
	color: #CCCCCC;
}
#nav {
	margin-bottom: 20px;
}

