
.container {
	color:#FFFFFF;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.date{
	color: #666666;
	float: right;
	padding-bottom: 0px;

}


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

.unvisible { 
	display: none;
 }

/* Horizontal thumbs */

.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 126px;
	height: 130px;
	font-size: 9px;
	}

.thumbnailhover {
	background:  none;	
	display:block;
	width: 126px;
	height: 125px;
	border: 1px solid transparent; 
}

a.thumbnailhover:hover{
	background: #AEB9BF url('images/thumbbg.png') bottom left;	
	display:block;
	width: 126px;
	height: auto;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
	padding-bottom: 5px;
}

.thumbnail img{
	background: #AEB9BF;
	padding: 3px;
	margin: auto;
	margin-bottom: 5px;
	display:block;
}

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




/* Vertical thumbs */

.vthumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 96px;
	height: 160px;
	font-size: 9px;
}

.vthumbnailhover{
	background:  none;	
	display:block;
	width: 96px;
	height: 155px;
	border: 1px solid transparent; 
}

a.vthumbnailhover:hover{
	background: #AEB9BF url('images/thumbbg.png') repeat-x bottom left;	
	display:block;
	width: 96px;
	height: auto;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
	padding-bottom: 5px;
}

.vthumbnail img{
	background: #AEB9BF;
	padding: 3px;
	margin: auto;
	margin-bottom: 5px;
	display:block;
}

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




	
