ul 						{ list-style: none; }
figure					{ margin: 1.875%; }
h1						{ text-align: center; }
#page					{ margin: auto; }
#filter	ul				{ float: right; }
.normal-list li 		{
	clear: both;
	padding: 0.9375%;
	width: 100%;
}
.normal-list img 		{ 
	float: left;
	width: 10%;
	margin: 0.9375% 0.9375% 0 0;
}
.normal-list figcaption { 
	float: left;
	width: 89%;
}
.thumb-list li {
	width: 22%;
	margin-right: 0.9375%;
	float: left;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.thumb-list li h3 	{ text-align: center; }
.thumb-list li p 	{
	display: none;
	visibility: hidden;
}
.thumb-list li:hover p {
	display: block;
	visibility: visible;
	position: absolute;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #cfcfcf;
	width: 100%;
	right: -110%;
	top: 5px;
	z-index: 3;
	padding: 4%;
	-webkit-box-shadow: 0px 0px 4px 0px #333;
	box-shadow: 0px 0px 4px 0px #333;
}