#title h1  {
	color: #807487;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}

#description{
	background: #000000;
	border: 1px solid #333333;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}

.date{
	font-weight: normal;
	color: #666666;

}


.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #CAD7DD;
}

.unvisible { 
	display: none;
 }

.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 176px;
	height: 175px;
	background-color: #FFF;
	overflow:auto;
	}


.thumbnailhover{
	display:block;
	width: 176px;
	height: 175px;
}

a.thumbnailhover:hover{
	background:  #CAD7DD;	
	display:block;
	width: 176px;
	height: 175px;
	color: #76B41C;
}


.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{
	position:relative;
	padding-left:40px;
	text-align:center;
	overflow:auto;
	
}