﻿/* light_box */

#light_box{
	display: none;
}
#light_box #bg{
	width: 100%;
	height: 100%;
	opacity: 0.8;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background: #000;
	filter:alpha(opacity=80);
}
#light_box{
	color: #999;
	text-decoration: none;
}
#light_box #next:hover,#light_box #prev:hover{
	color: #FFF;
}
#light_box #next:active,#light_box #prev:active{
	color: #F63;
}
#light_box #box_main{
	position: absolute;
	z-index: 20;
	left: 50%;
	width: 640px;
	height: 480px;
	margin-left: -320px;
	outline: 2px solid #FFF;
}
#light_box #box_back{
	position: absolute;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	left: 50%;
	margin-left: 330px;
	color: #CCC;
	z-index: 20;
	cursor: pointer;
	background: #111;
}
#light_box #box_back:hover{
	background: #000;
	color: #FFF;
}
#light_box #box_back:active{
	color: #FC3;
	margin-top: 2px;
}