@charset "utf-8";

.thumbBody {
	width: 900px;
	position: relative;
	top: 100px;
	z-index: 15;
}
.thumbTitle {
	height: 210px;
	width: 293px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	float: left;
	margin-bottom: -1px;
	margin-left: -1px;
	position: relative;
}
.thumbBox {
	height: 210px;
	width: 146px;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	float: left;
	position: relative;
	margin-left: -1px;
	margin-bottom: -1px;
	z-index: 25;
}
.thumbNew {
	height: 36px;
	width: 36px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(image/new.gif);
	background-position: 0px 0px;
	z-index: 30;
	display: none;
}
.thumbBg {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}
.thumbHead {
	position: absolute;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 50;
	overflow: hidden;
}

.thumbPhoto {
	position: absolute;
	z-index: 20;
	height: 210px;
	width: 146px;
	top: 0px;
	left: 0px;
}
