ul#thumbnails {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul#thumbnails li a {
	display: block;
	position: absolute;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

ul#thumbnails li {
	display: block;
	float: left;
	position: relative;
	width: 460px;
	height: 270px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul#thumbnails li.small {
	width: 160px;
	height: 90px;
}

ul#thumbnails li img {
	position: absolute;	
	top: 0;
	left: 0;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

ul#thumbnails li .contents {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 460px;
	height: 270px;
}

ul#thumbnails li.small .contents {
	width: 160px;
	height: 90px;
	padding-top: 90px;
}

ul#thumbnails a:hover .contents {
	padding-top: 0px;
}

ul#thumbnails li .contents p.title {
	display: inline;
	float: left;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: -4px;
	padding: 0 10px 0 5px;
	margin-top: 190px;
	color: #019934;
	background: #fff;
}

ul#thumbnails li.small .contents p.title {
	font-size: 14px;
	margin-top: 64px;
	letter-spacing: -1px;
}

ul#thumbnails li .contents p.comment {
	display: block;
	width: 100%;
	clear: left;
	float: left;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 0 10px 0 5px;
	color: #fff;
	background: #019934;
}

#viewmore {
	position: absolute;
	left: 640px;
	top: 28px;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#viewmore a {
	color: #fff;
	background: url("../images/clear.png");
	text-align: right;
	display: block;
	text-decoration: none;
	cursor: pointer;
	width: 88px;
	height: 90px;
	padding-left: 88px;
	margin: 0px;
	padding-top: 36px;
}

#viewmore a:hover {
	padding-left: 0px;
	background: url("../images/frontpage/more_fade.png") right repeat-y;
	margin: 0px;
}

#viewmore a p {
	display: block;
	width: 95%;
	float: right;
	text-align: right;
	background: #019934;
}