

div.PageList {
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

div.PageBlock {
	position: relative;
	display: inline-block;
	border: solid gainsboro 2px;
	border-radius: 5px;
	overflow: hidden;
	width:220px;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

div.PageBlockTitle {
	position: relative;
	background-color: whitesmoke;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
}

div.PageBlockImg {
	position: relative;
	overflow: hidden;
	height: 160px;
}

div.PageBlockImg img {
	position: relative;
	width: 100%;
}

.Dummy {
	visibility: hidden;
}
