body {
	background: #363636 url(../grayback.png) repeat-x;
}


.kuva {
	float: left;
	background: #777777;
	border: 1px solid black;
	width: 200px;
	max-height: 155px;
	text-align: center;

	margin: 10px;
	padding-top: 25px;
	xpadding-bottom: 20px;
	position: relative;
	color: #222222;
	font-family: verdana;
	font-size: 10px;
	min-height: 155px;
}

h1 {
	margin-top: 50px;
	color: #eee;
	font-family: verdana;
	font-size: 16px;
}

p {
	font-family: verdana;
	color: #aaa;
	font-size: 12px;
}

.kuva:hover {
	padding-top: 7px;
	min-height: 173px;
	max-height: 173px;
	background: #CC0000;
}

.kuva:hover img {
	xwidth: 120px;
	max-height: 75px;
}


.kuva img {
	border: 1px solid #222222;
	margin-bottom: 3px;
}

.kuva:hover .name {
	display: none;
}

.exif {
	display: none;
	color: white;
}

.kuva:hover .exif {
	display: block;
	color: white;
}


