div.ArtBg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background:black;
	z-index:9998;
	opacity:0.7;
}

div.ArtCont {
	position:fixed;
	left:0px;
	top:50px;
	width:100%;
	text-align:center;
	z-index:9999;
}

div.ArtPic {
	width:490px;
	height:550px;
	border:#0099CC 3px solid;
	background:white;
	margin:0pt auto;
}

div.ArtUpper {
	width:auto;
	height:480px;
	padding:1px;
	padding-top:4px;
}

div.ArtDown {
	margin-top:10px;
	width:auto;
	height:40px;
	padding:10px;
}

div.ArtLeft {
	float:left;
	width:230px;
	height:20px;
	text-align:left;
}

div.ArtRight {
	float:left;
	width:230px;
	height:20px;
	text-align:right;
}

div.ArtClose {
	float:left;
	width:260px;
	height:15px;
	text-align:right;
}