/* CSS Document */
ul.hotel_re {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	width: 680px;
}
ul.hotel_re li {
	float: left;
	margin-left: 3px;
	list-style-type: none;
	margin-top: 10px;
	text-align: center;
	margin-right: 3px;
	width: 128px;
}
ul.hotel_re li a {
	color: #000000;
	text-decoration: none;
}
ul.hotel_re li a:hover {
	color: #ff0000;
}