.oli_layer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}	
.oli_layer p {
	margin: 5px 0 -3px;
	width:85%;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}
.oli_layer .yashare-auto-init {
	position: absolute;
	right: 5px;
	bottom: 0;
	background: #fff;
	border-radius: 3px;
}
.oli_layer .b-share a {
	border:none;
}
.oli_tmp {
	position: absolute;
	top:0;
	left:-20000px;
	width:auto !important;
	height:auto !important;
}
.oli_layer iframe{
	display:none;
}
.oli_dark_layer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	z-index: 10000;
}
.oli_window{
	position:absolute;
	background:#fff;
	z-index:10100;
	padding: 10px;
	box-sizing: border-box;
}
.oli_window img, .oli_tmp img{
	display:block;
	width:100%;
}
.oli_window .close {
	position: absolute;
	top: -15px;
	right: -15px;
	background: #fff;
	color: #000;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
	z-index: 10200;
}
.oli_prev, .oli_next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 25%;
	background: transparent;
	cursor:pointer;
	z-index:10150;
	border:none;
}
.oli_prev {left: 0;}
.oli_prev:hover {background: url('images/olightning_prev.png') 0 50% no-repeat;}
.oli_next {right:0; height:90%}
.oli_next:hover {background: url('images/olightning_next.png') 100% 50% no-repeat;}