/* CSS Document */

ul.hover_block { display: block; overflow: hidden; height: 1%; padding-bottom: 15px; }
ul.hover_block li{
	list-style:none;
	float:left;
	padding: 10px;
	width:240px;
	position: relative;
	margin-right: 37px;
}
ul.hover_block li a, ul.hover_block li a:visited {
	display: block;
	position: relative;
	overflow: hidden;
	height: 148px;
	width: 208px;
	padding: 16px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.3;
	font-weight: bold;
}
ul.hover_block li a:link, ul.hover_block li a:visited  { text-decoration: none; }
ul.hover_block li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}