.c2e{
	z-index: 999999;
	position: absolute;
	width: 64px;
	height:15px;
  background-image: url(../img/c2e.png);
}
.c2e_e {
  background-image: url(../img/c2e_e.png);
}
.c2e:hover{
  background-image:url(../img/c2e_e.png);
}
.c2e_e:hover{
  background-image: url(../img/c2e.png);
}
.d-none{
	display: none;
}