.screenshots {
	clear:left;
	text-align:center;
	margin:0;
	padding:0;
}
.screenshots a {
	float:left;
	margin:3px;
	height:50px;
	width:50px;
	border:solid 1px black;
}

/* popupdisplay */
#popwrapper {
	visibility:visible;
	float:left;
	width:630px;
	height:100%;
	text-align:center;
	z-index: 1000;
	margin-left:10px;
}
#popwrapper #popcontents {
	border:1px solid #CCC;
	background:#eeeeee;
	color:#000000;
	padding:5px;
	width:610px;
	text-align:left;
	margin:0 auto;
	width:auto;
	height:auto;
}
#popcontents p {
	width:600px;
}
