@charset "UTF-8";
/**/
#modal {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
	}

#modal_container {
	background-image: url(../img/overlay.png);
	position: fixed;
	top: 0;
	left: 50%;
	width: 1024px;
	height: 100%;
	margin-left: -512px;
	}

.bxslider {
	position: relative;
	z-index: 110;
	}
#modal_close {
	background-image: url(../img/close.png);
	background-position: left 0;
	position: absolute;
	top: 50px;
	right: 120px;
	width: 40px;
	height: 40px;
	z-index: 200;
	cursor: pointer;
	}

#modal_close:hover {
	background-image: url(../img/close.png);
	background-position: left -40px;
	cursor: pointer;
	}

.bxslider p {
	color: #202020;
	font-size: 12px;
	line-height: 150%;
	font-family: "Crimson Text", serif;
	margin-top: 2px;
	}
.bxslider p span {
	float: right;
	display: block;
	}

#main_box {
	font-family: Quicksand, sans-serif;
	position: relative;
	width: 770px;
	float: left;
	min-height: 1480px;
	padding-top: 15px;
	}
#thumb1 {
	z-index: 1;
	}

#thumb2 {
	z-index: 1;
	}

#thumb3 {
	z-index: 1;
	}

#thumb4 {
	z-index: 1;
	}

#thumb5 {
	z-index: 1;
	}

#thumb6 {
	z-index: 1;
	}

#thumb7 {
	z-index: 4;
	}

#thumb8 {
	z-index: 3;
	}

#thumb9 {
	z-index: 2;
	}

#thumb10 {
	z-index: 1;
	}

#thumb11 {
	z-index: 1;
	}

#thumb12 {
	z-index: 1;
	}

#thumb13 {
	z-index: 1;
	}
#main_box a {
	background-color: #fff;
	}

.box_c1 a{
	color:#000;
}

.box_c1 a:hover{
	color: #999;
}

.box_c2 a{
	color:#000;
}

.box_c2 a:hover{
	color: #999;
}
/**/
.lb_container {
	position: relative;
	width: 680px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	}

.lb_container > img {
	position: absolute;
	top: 0;
	left: 0;
	}

.lb_content {
	position: absolute;
	top: 0;
	right: 0;
	width: 380px;
	height: 600px;
	padding-top: 40px;
	}

.lb_container .lb_content li {
	position: relative;
	width: 300px;
	height: 50px;
	margin-bottom: 27px;
	}
.lb_content li p {
	font-size: 10pt;
	line-height: 50px;
	position: relative;
	width: 240px;
	margin-left: 60px;
	}

.lb_content li p span {
	float: right;
	}

.lb_content li a {
	text-decoration: none;
	height: 50px;
	display: block;
	transition: all 0.3s ease-out ;
	-webkit-transition: all 0.3s ease-out ;
	-moz-transition:  all 0.3s ease-out ;
	-ms-transition:  all 0.3s ease-out ;
	}

.lb_content li a:hover {
	background-color: rgba(245,241,215,0.5);
	}
.lb_thumb {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 50px;
	}

