#content_right #thumb_cont, #content_right div #thumb_cont, .thumb_cont {
	margin-right: -12px;
	margin-bottom: -12px;
}

#normal {
	background-color: #c3c3c3;
}

#normal img {
	margin: 0px auto 0px auto;
}

img.thumb {
	float: left;
	display: block;

	width: 92px;
	height: 92px;

	margin: 0px 1px 12px 0px;
}

#thumb_prev, #thumb_next, #thumb_zoom {
	position: absolute;

	z-index: 80;

	width: 84px;
	height: 15px;

	margin-top: 230px;
	_margin-left: 12px;
	padding: 4px;

	opacity: 0.7;
	_filter: alpha(opacity=70);

	background-color: #fff;

	text-align: center;
}

#thumb_zoom {
	width: 178px;
	margin-left: 93px;
	_margin-left: 105px;
}

#thumb_next {
	margin-left: 280px;
	_margin-left: 292px;
}

#thumb_prev:hover, #thumb_next:hover, #thumb_zoom:hover {
	opacity: 1.0;
	_filter: alpha(opacity=100);
}