#container {
	
	margin: 15px auto;
	width: 580px;
	padding: 5px 20px 20px 20px;
}

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

.unvisible { 
	display: none;
 }

.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 165px;
	text-transform: uppercase;
	}

.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
	background:  url(images/bg_body.jpg) no-repeat left top;
	display:block;
	width: 166px;
	height: 175px;
	color: #FF9900;
	font-weight: bold;	
}


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




	
