.hiddenhover123456
{
	opacity: 0;
	transition: opacity 0.5s ease;
}


.hiddenhover123456:hover
{
	opacity: 1;
}