@charset "utf-8";
/* CSS Document */

#black {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -10;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
#show {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: -20;
	width: 700px;
	height: 550px;
	text-align: center;
}
#show #closeX {
	position: absolute;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
}
#show img.showImg {
	margin-top: 25px;
	z-index: 25;
	border: 1px solid #333;
}
#show p.showImg {
	position: absolute;
	bottom: 10px;
	left: 50px;
	width: 600px;
	margin: 0;
	padding: 0;
	
}
#showLeft, #showRight {
	position: absolute;
	width: 50%;
	height: 505px;
	padding-top: 2px;
	z-index: 60;
}
#showLeft {
	border: 1px solid;
	left: 0px;
	text-align: left;
}
#showRight {
	border: 1px solid;
	left: 50%;
	text-align: right;
}

#showLeftA, #showRightA {
	position: absolute;
	top: 180px;
	z-index: 50;
}
#showLeftA {
	left: 1px;
}
#showRightA {
	right: 1px;
}