@charset "utf-8";

/* ////////// overlay ////////// */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: #000;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#exp {
	position: relative;
	width: 740px;
	margin: 0px auto;
	padding: 0px;
	display: block;
}



/* ////////// position ////////// */
#pos {
	position: relative;
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* --prev-- */
#posprev {
	position: relative;
	width: 60px;
	padding: 48% 10px 0px 0px;
	padding-top: 0;
	margin: 0px;
	float: left;
}
#posprev span  {
	background: url(../../images/img_box/boximg_btn_prev.gif) no-repeat left top;
	/*
	background-image: url(../../images/img_box/boximg_btn_prev.gif);
	background-repeat: no-repeat;
	background-position: top;
	*/
	width: 60px;
	height: 29px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

/* --next-- */
#posnext {
	position: relative;
	width: 60px;
	padding: 48% 0px 0px;
	margin: 0px;
	float: right;
}
#posnext span  {
	background: url(../../images/img_box/boximg_btn_next.gif) no-repeat right top;
	/*
	background-image: url(../../images/img_box/boximg_btn_next.gif);
	background-repeat: no-repeat;
	background-position: top;
	*/
	width: 60px;
	height: 29px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}



/* ////////// contents ////////// */
#area {
	background: url(../../images/img_box/boximg_bg.gif) repeat top;
	/*
	background-image: url(../../images/img_box/boximg_bg.gif);
	background-repeat: repeat;
	background-position: top;
	*/
	padding: 10px 10px 0px;
	font-size: 10px;
	line-height: 1.6;
	color: #FFFFFF;
	letter-spacing: 1px;
	display: block;
	text-align: center;
}
#imageInfo {
	margin:0px;
	padding: 15px 0px;
	display: block;
	text-align: left;
}
#loading{
	position: absolute;
	top: 46%;
	left: 0%;
	width: 100%;
	text-align: center;
	line-height: 0;
}



/* ////////// close ////////// */
.close {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	float: left;
}
.close span {
	background: url(../../images/img_box/box_btn_close.gif) no-repeat top;
	/*
	background-image: url(../../images/img_box/box_btn_close.gif);
	background-repeat: no-repeat;
	background-position: top;
	*/
	width: 66px;
	height: 35px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}
#closeUnder {
	float: right;
}