@charset "UTF-8";
#contest
{
	float: left;
	height: auto;
	width: 20%;
	padding: 0px;
	margin-top: 112px;
	margin-right: 10px;
	clear: left;
	display: inline;
}

.contestImage img:last-child{display:none}
.contestImage:hover img:first-child{display:none}
.contestImage:hover img:last-child{display:inline-block}
