@CHARSET "ISO-8859-1";

DIV.galleria {}

DIV.galleria A {
	display: block;
	float: left;
}

DIV.galleria DIV.kuva{
	/* float: left; */
	width: 131px;
	height: 131px;
	border: 1px solid rgb(210,210,210);
	background-position: center;
	background-repeat: no-repeat;	
	margin: 2px;
	cursor: hand;
}

DIV.galleria IMG {
	display: none;
}

