@charset "UTF-8";

#mopBox01 {
	z-index: 99;
	position: absolute;
	background-repeat: no-repeat;
	display: none;
}
#mopBox01 .case {
	position: absolute;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 20px 0 0 10px;
}
html:not([lang*=""]) #mopBox01 .case {
	margin: 20px 0 0 20px;
}
#mopBox01 .holder {
	position: absolute;
	left: 0px;
}
#mopBox01 .cover {
	position: absolute;
}
#mopBox01 .slider {
	position: relative;
	margin-left: -350px;
	height: 34px;
	display: none;
}
html:not([lang*=""]) #mopBox01 .slider {
	margin-left: 0;
}
#mopBox01 .sldLeft {
	position: absolute;
	height: 34px;
	width:20px;
	background-image:url(sliderBackLeft.png);
	background-repeat:no-repeat;
}
#mopBox01 .sldCenter {
	position: absolute;
	height: 34px;
	width:20px;
	background-image: url(sliderBack.png);
	background-repeat:repeat-x;
}
#mopBox01 .sldRight {
	position: absolute;
	height: 34px;
	width:20px;
	background-image:url(sliderBackRight.png);
	background-repeat:no-repeat;
}
#mopBox01 .sliderBtn {
	position: absolute;
	left: 0px;
	height: 34px;
	cursor: default;
}
#mopBox01 .sldBtnLeft {
	position: absolute;
	height: 34px;
	width:20px;
	background-image:url(sliderBtnLeft.png);
	background-repeat:no-repeat;
}
#mopBox01 .sldBtnCenter {
	position: absolute;
	height: 34px;
	width:20px;
	background-image:url(sliderBtn.png);
	background-repeat:repeat-x;
}
#mopBox01 .pageNumber {
	padding-top:10px;
	font-size: 10px;
	font-weight: bold;
	color: #45474F;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
#mopBox01 .sldBtnRight {
	position: absolute;
	height: 34px;
	width:20px;
	background-image:url(sliderBtnRight.png);
	background-repeat:no-repeat;
}
#mopBox01 .bwd {
	position: absolute;
	height: 36px;
	width: 34px;
	cursor:pointer;
	background-image: url(sliderLeftB.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
#mopBox01 .bwd:hover {
	background-image: url(sliderLeftB_f.png);
}
#mopBox01 .fwd {
	position: absolute;
	height: 36px;
	width: 34px;
	cursor:pointer;
	background-image: url(sliderRightB.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
#mopBox01 .fwd:hover {
	background-image: url(sliderRightB_f.png);
}
#mopBox01 .closeBtn {
	position: absolute;
	right: -3px;
	bottom: -3px;
	height: 50px;
	width: 50px;
	background-image:url(sliderClose.png);
	cursor:pointer;
}
#mopBox01 .closeBtn:hover {
	background-image:url(sliderClose_f.png);
}
#mopBox01 .s-topLeft {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 0px;
	background-image: url(topLeft.png);
	background-repeat: no-repeat;
	display: none;
}
#mopBox01 .s-top {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 20px;
	top: 0px;
	background-image: url(top.png);
	background-repeat: repeat-x;
	display: none;
}
#mopBox01 .s-left {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 20px;
	background-image: url(left.png);
	background-repeat: repeat-y;
	display: none;
}
#mopBox01 .s-topRight {
	position: absolute;
	height: 20px;
	width: 20px;
	right: 0px;
	top: 0px;
	background-image: url(topRight.png);
	background-repeat: no-repeat;
	display: none;
}
#mopBox01 .s-right {
	position: absolute;
	height: 20px;
	width: 20px;
	right: 0px;
	top: 20px;
	background-image: url(right.png);
	background-repeat: repeat-y;
	display: none;
}
#mopBox01 .s-bottomLeft {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 0px;
	bottom: 0px;
	background-image: url(leftBottom.png);
	background-repeat: no-repeat;
	display: none;
}
#mopBox01 .s-bottom {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 20px;
	bottom: 0px;
	background-image: url(bottom.png);
	background-repeat: repeat-x;
	display: none;
}
#mopBox01 .s-bottomRight {
	position: absolute;
	height: 20px;
	width: 20px;
	right: 0px;
	bottom: 0px;
	background-image: url(rightBottom.png);
	background-repeat: no-repeat;
	display: none;
}
.hidden {
	display: none;
}


