/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

.thumbnails			{
	width: 116px;
	padding: 3px;
	display: block;
	text-align: center;
}
.thumbnails	 img:hover {
	border: 1px solid #ff0000;
}
.thumbnails	  img   {

	border: 1px solid #000000;
	padding: 3px;

