#container {
	background: #333333 url(images/bg_body.jpg) repeat-x left top;
	color:#FFFFFF;
	line-height: 18px;
	margin: 10px auto;
	width: 576px;
	padding: 5px 20px 20px 20px;
	border: 1px solid #000;
}

.thumbnail {
	float: left;
	margin: 15px;
	padding: 4px;
	text-align: center;
	color: #CCCCCC;
	width: 146px;
	height: 100px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 146px;
	height: 100px;
}

.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;
}


