.post-thumb .overlay,
#themes .theme-display .overlay,
#wordpress-themes-widget .theme .overlay {
	display: none;
	opacity: 1;
	filter:alpha(opacity=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	zoom: 1;
}
.post-thumb a:hover .overlay,
#themes .theme-display a:hover .overlay,
#wordpress-themes-widget .theme a:hover .overlay {
	display: block;
	opacity: 1;
	filter:alpha(opacity=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	zoom: 1;
}
