/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

.thumbnails			{
	width: 115px;
	height: 115px;
	display: block;
	float: left;
	text-align: center;
}
.thumbnails	 img:hover {
	border: 1px solid #FFFFFF;
}
.thumbnails	  img   {
	border: 1px solid #666666;
	padding: 3px;

