.lbox:target > img, .lbox:target > div {
    border: 12px solid white;z-index:10000!important;
}
.lbox > a {
	z-index:10000!important;
	border-radius: 10px;
	background-color: white;
	background-image: url(../../img/icons/close1x.png);
	background-repeat: no-repeat;
	background-position: center center;
}