@CHARSET "UTF-8";
#fullImgDiv::after {
			    content: "×";
			    width: 30px;
			    height: 30px;
			    position: absolute;
			    right: -10px;
			    top: -10px;
			    text-align: center;
			    font-size: 20px;
			    border-radius: 50%;
			    background-color: #ffffff;
			    color: #333333;
			    z-index: 102100;
			}