#container {
	color:#000000;
	width: 680px;
	padding: 10px;
}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}

.thumbnail {
	float: left;
	padding: 2px;
	text-align: center;
	color: #000000;
	width: 130px;
	height: 200px;
}

.thumbnailhover{
	display:block;
	width: 130px;
	height: 200px;
}

a.thumbnailhover:hover{
	background-color:#a6a352;
	display:block;
	width: 130px;
	height: 200px;
	color: #0000ee;
	font-weight: bold;
}

.thumbnail img{
	border:solid 7px #c69c00;
	margin: auto;
	display:block;
}

.thumbnail a {
	color:#000000;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/




	
