@charset "utf-8";
/* CSS Document */
ul.hover_block {
	display: block;
	overflow: hidden;
	height: 175px;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul.hover_block li, ul.hover_block2 li {
	list-style: none;
	float: left;
	width: 170px;
	position: relative;
	margin-right: 10px;
	padding: 5px;
	height: 160px;
	background-color: #0090d7;
}
ul.hover_block li a, ul.hover_block2 li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 160px;
	width: 170px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-weight: bold;
}
ul.hover_block li img, ul.hover_block2 li img { position: absolute; top: 0; left: 0; border: 0; }
