a {
	color: #76B41C;
	text-decoration: underline;

}
.unvisible { 
	display: none;
 }
.thumbnail {
	float: left;
	margin: 5px;
	padding: 3px;
	text-align: center;
	color: #CCCCCC;
	width: 164px;
	height: 200px;
	}

.thumbnail img{
	background: #000;
	padding: 7px;
	margin: auto;
	display:block;
}



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

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

a img {
border:none;

}

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