@charset "UTF-8";
@import url("style.css");
div.grid {
	clear: both;
	margin: 0px 16px 0px 16px;
}
div.grid div.section {
	float: left;
	position: relative;
	padding: 2px 0px 0px 0px;
	border: 1px solid #ffffff;
}
div.grid div.large {
	height: 280px;
	width: 272px;
}
div.grid div.middle {
	height: 136px;
	width: 102px;
}
div.grid div.small {
	height: 88px;
	width: 72px;
}
div.grid div.section div.thumb {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
	text-align: center;
}
div.grid div.section div.thumb div.name {
	font-size: 12px;
	margin: 2px 0px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
}
div.grid div.section div.thumb div.name-large {
	height: 20px;
}
div.grid div.section div.thumb div.name-middle, div.name-small {
	height: 38px;
}
a.thumb:link, a.thumb:visited {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
}
img.thumb {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
@media screen {
	div.grid div.section:hover {
		border: 1px solid #7da2ce;
		border-radius: 4px;
		color: inherit;
		background: #d8eaf9;
		cursor: pointer;
	}
}
