@charset "utf-8";
/* CSS Document */
.ImageGallery:after {
	clear: both;
	content: '';
	display: block;
}
.ImageGallery.Gallery .gallery {
	margin: 0;
}
#ImageGallery{
	display:table;
	width:100%;	
}
.imageborder{
	border: 4px solid #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	float:left;	
	padding:0px;
	height:inherit;
	line-height: 0;
	margin-bottom:10px;
	margin-right:10px;
}
.imageborder a{
	margin:0px;
	padding:0px;
	line-height: 0;	
}
.imageborder img{
	border:1px solid #a1a1a1;
	margin:0px;
	padding:0px;
}
a.imglinkopacity:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
a.imglinkopacity img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0; 
}
.ImageGallery.Masonry {
	margin: -5px;
}