@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
img, fieldset {
	border:none;
}
html {
	overflow:auto;
}
.overlay {
	/*height:1000px;
	width:100%;
	background-color:#000;
	opacity:0.8;
	position:absolute;
	z-index:20;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}
.lightbox_container {
	/*left:auto;
	position:absolute;
	z-index:21;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox-container-image-box {
	position: relative;
	/*background-color: #fff;*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding:0 0 10px 0; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}	
.lightbox-top-l {
	background:url(../images/light-box-l-t.png) no-repeat left top;
	padding-left:10px;
	height:10px;
	overflow:hidden;
	}
.lightbox-top-r {
	background:url(../images/light-box-r-t.png) no-repeat right top;
	padding-right:10px;
	}
.lightbox-top-m {
	background-color:#dcba5e;
	height:10px;
	}
.lightbox-bottom-l {
	background:url(../images/light-box-l-b.png) no-repeat left top;
	padding-left:10px;
	height:10px;
	overflow:hidden;
	}
.lightbox-bottom-r {
	background:url(../images/light-box-r-b.png) no-repeat right top;
	padding-right:10px;
	}
.lightbox_middle {
	background-color:#dcba5e;
	text-align:center;
	position:relative;
	height:100%;
	}
.btn_close {
	background:url(../images/close.gif) no-repeat;
	width:22px;
	height:21px;
	display:block;
	text-indent:-9999px;
	float:right;
	margin:0 10px 10px;
	}
.left_l {
	background:url(../images/arrow-left.png) no-repeat left 90px;
	position:absolute;
	left:-23px;
	width:40px;
	top:30px;
	height:100%;
	text-indent:-9999px;
	width:50%;
	}
.right_l {
	background:url(../images/arrow-right.png) no-repeat right 90px;
	position:absolute;
	right:-23px;
	width:40px;
	top:30px;
	height:100%;
	text-indent:-9999px;
	width:50%;
	}
