/* Thumbnails */
#thumbnailFrame {
	position:absolute;
	width:789px;
	height:570px;
	right:0;
	top:0;
	overflow:hidden;
	z-index:2;
}
#thumbnailRow {
	position:relative;
	width:500%;
	left:0px;
}
.thum_set { 
	float:left;
	width:190px;
	height:570px;
}
.thumb {
	float:left;
	width:190px;
	height:190px;
	overflow:hidden;
	border-bottom:#ece3d2 1px solid;
	position:relative;
}
.thumb .remove {
	position:absolute;
	left:10px;
	top:10px;
	z-index:3;
}
.thumb .itemNum {
	position:absolute;
	left:0;
	bottom:0;
	width:16px;
	height:16px;
	color:#fff;
	background:#220e0f;
	text-align:center;
	line-height:14px;
}
.thumb_gray {
	position:absolute;
	width:190px;
	height:190px;
	background:#ffffff;
	left:0;
	top:0;
	z-index:4;
	opacity:.5; filter:alpha(opacity=50);
}
.thumb_hover {
	position:absolute;
	width:190px;
	height:190px;
	background:#220e0f;
	left:0;
	top:0;
	z-index:3;
	opacity:.0; filter:alpha(opacity=0);
}
.thumb_hover a {
	float:left;
	color:#fff;
	background-color:inherit;
	font-weight:bold;
	line-height:38px;
	width:100%;
	border-bottom:#fff 1px solid;
}
.thumb_hover a span {
	padding-left:38px;
}
.thumb_button {
	position:absolute;
	width:190px;
	height:190px;
	background:#ffffff;
	left:0;
	top:0;
	z-index:10;
	cursor:pointer;
	opacity:.0; filter:alpha(opacity=0);
}
.thumb_namePanel {
	color:#fff;
	position:absolute;
	padding:9px 10px;
	width:174px;
	height:45px;
	top:190px;
	left:0;
	bottom:0;
	z-index:4;
	background:#220e0f;
}
.thumb_namePanel h4 {
	font-size:1em;
}
.thumb_namePanel h4 a {
	color:#fff;
	background-color:inherit;
}
.thumb_namePanel dl {
	color:#d2d2d2;
}
.thumb_namePanel dt {
	float:left;
}
.thumb_namePanel dd {
	float:right;
}
.thumb_namePanel strong {
	font-weight:normal;
	color:#fff;
	background-color:inherit;
}


/* Thumbnail Navigation */
#thumb_navi {
	position:absolute;
	width:29px;
	height:570px;
	right:0;
	top:0;
	background:#ccbc98 url(/images/bg_thumb_navi.gif) repeat-y right top;
	z-index:5;
}
.thumb_arrow_next img {
	margin-top:256px;
	margin-bottom:1px;
	display:block;
}