.resim {
	display: block;
	padding: 5px;
	height: 90px;
	width: 108px;
	border: 2px solid #0099FF;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.resim:hover {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
