@charset "utf-8";
/* CSS Document */
.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;
}
.imageborder:hover{
	border: 4px solid #e5e5e5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
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; 
	 }