@charset "utf-8";
/*LIGHTBOX*/

.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 110%;
	background-color: black;
	z-index:4000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 100px;
	width: 100%;
	height: auto;
	z-index:5000;
	overflow: auto;
}
.close_base {width:859px; height:40px; margin:0 auto;}

.white_content_close_base {
	width:870px;
	height:auto;
	margin: 0 auto;
}
.white_content_close {
	position: absolute;
	display:block;
	width:32px;
	height:30px;
	background:url(../images/slide/x.png);
	background-repeat:none;
	z-index:5000;
	top:6px;
	margin-left:-25px;
}
/*Imaqgens*/

.img_box_1 {
	height:auto;
	width:870px;
	background-color: #FFFFFF;
	margin-left:-1px;
	
}

.img_box_2{
	width: 870px;
	height: 585px;
}
