.grey0004_pic{
	border-top-width:1px;
	border-top-color:#EAEAEA;
	border-left-width:1px;
	border-left-color:#EAEAEA;
	border-right-width:1px;
	border-right-color:#EAEAEA;
	border-bottom-width:1px;
	border-bottom-color:#EAEAEA;
	border-style:solid;
	padding:9px 9px 9px 9px;
	border-radius:0px;
}

img.grey0004_img-responsive3{
    max-height:100%;
    max-width:100%;
}

.grey0004_overflow{
  position:relative;
  width:100%;
}

.a_grey0004_pic img{
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;	
}

.a_grey0004_pic:hover img{
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;	
	FILTER:alpha(opacity=80); 
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity:0.8;
}