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

.mainimage_wrap {
	clear: both;
	height: 422px;
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mainImage{
	border: none;
	position: absolute;
	left: 0px;
	top:0px;
	margin:0px;
	padding:0px;
}

.thumb{
	border: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.thumb02{
	left:141px;
}
.thumb03{
	left:282px;
}
.thumb04{
	left:423px;
}
.thumb05{
	left:564px;
}
.thumb06{
	left:705px;
}

.thumb:hover {
	cursor:pointer;
}

.thumb-on {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.thumb-off {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
