
#ylight {
	position: relative;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
}

#ylight .lb_close {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../img/lb_close.png) no-repeat top left;
	position: absolute;
	top: -15px;
	right: -15px;
}