body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

#thumb_container {
	position: relative;
	overflow: hidden;
	width: 780px;
	height: 157px;
	background-image: url(btn/base.png);
}

#thumb_back {
	position: absolute;
	visibility: hidden;
	background-image: url(btn/back.png);
	width: 52px;
	height: 17px;
	top: 4px;
	left: 0px;
	cursor: pointer;
}

#thumb_next {
	position: absolute;
	visibility: hidden;
	background-image: url(btn/next.png);
	width: 52px;
	height: 17px;
	top: 4px;
	right: 0px;
	cursor: pointer;
}

#thumb {
	position: absolute;
	width: 858px;
	height: 131px;
	top: 25px;
	left: 1px;
	color: #333333;
	font-size: 10px;
}

#thumb * {
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.thumb_box {
	width: 128px;
	height: 116px;
	top: 6px;
	left: 0px;
	background-image: url(btn/thumbnail_off.png);
	cursor: pointer;
}

.thumb_box img {
	top: 4px;
	left: 5px;
}

.thumb_box .title {
	width: 112px;;
	height: 30px;
	top: 74px;
	left: 6px;
	text-align: left;
}

.thumb_box .type {
	width: 100%;
	top: 103px;
	left: 0px;
	text-align: center;
}




.thumb_hover {
	background-image: url(btn/thumbnail_on.png);
}

.thumb_hover .title {
}

.thumb_hover .type {
	color: #ffffff;
}




.thumb_active {
	background-image: url(btn/thumbnail_on.png);
}

.thumb_active .title {
	font-weight: bold;
	color: #0000ff;
}

.thumb_active .type {
	color: #FFFFFF;
}
