@charset "utf-8";
/* CSS Document */

#thumbarea {position:absolute; top:510px;}

#thumbs {
	position:absolute;
	list-style:none;
	width:686px;
}

#thumbs li {
	width:15px;
	height:15px;
	float:right;
	margin-right:5px;
	cursor:pointer;
	background-color:#F6E9CF;
}

#thumbs li:hover {
	background-color:#801000;
}