.D_hover img{
	visibility:hidden;
	cursor: pointer;
}
.D_hover:hover img{
	visibility:visible;
}