#imageblock {
	display: block;
	width: 130px;
	height: 150px;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.1em;
	color: #555555;
}
#image {
	display: block;
	width: 100px;
	height: 105px;
	text-align:center;
	line-height:100px;
	font-size:100px
}
#image a {
	display: table-cell;
    vertical-align: bottom;
	width: 100px;
	height: 105px;
}
#image a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#image img {
	vertical-align:middle
}
