@charset "utf-8";
/* CSS Document */

<style type="text/css">
* {
	margin: 0;
	padding: 0;
}
#thumbnail {
	display: table;
	width: 700px;
	margin: 20px auto;
	border-style: solid;
	border-color: #555;
	border-width: 1px 1px 0 0;
	position:absolute;
	top:170px;
	left:70px;
	color: #FFFFFF;
}
#thumbnail ul {
	display: table-row;
}
#thumbnail li {
	width: 211px;
	padding: 10px;
	display: table-cell;
	*display: inline;
	zoom: 1;
	text-align: center;
	margin-bottom: 15px;
	vertical-align: middle;
}
#thumbnail li {
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	*border: none;
	*margin-top: 1em; /* vertical offset */
	color:#663300;
}
#thumbnail li:hover {
	background-color: transparent;
}

#thumbnail li a:visited em {
	color:#003300;
}

#thumbnail dl {
	height: 100%;
}
#thumbnail ul {
	border-bottom: 1px solid #555;
	*background: url(background.gif) repeat-y 50% 0;
}
#thumbnail img {
	display: block;
	padding: 2px;
	margin: 9px auto;
	background-color:#333333;
}
#thumbnail em {
	display: block;
	font-weight: bold;
	color:#663300;
}
#thumbnail li a:hover img,
#thumbnail li a:active img,
#thumbnail li a:focus img {
	background-color:#FF0000;
	color:#FF0000;
}

#thumbnail li a:hover em {
	color:#FF0000;
}

</style>
