#boxOverlay {
	position:absolute;
	text-align: center;
	height:606px;
	width:650px;
	left: 50%;
	top: -303px;
	background-color: #000;
	margin-left: -325px;
	visibility: hidden;
	opacity: 0.2;
	filter:alpha(opacity=20);
	cursor: pointer;cursor: hand;
}

#boxBox {
	position: absolute;
	/*border: #666 solid 1px;*/
	text-align: center;
	left: 50%;
	background-color: #000;
	visibility: hidden;
}

#boxContent {
	float: left;
}

#boxInfo {
	display: block;
	float: right;
	color: #666;
}
#boxLink {
	position: absolute;
	padding: 2px;
	bottom: 5px;
	right: 5px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	background-color: #000;
}

#boxInfo #close {
	position: absolute;
	top: 0px;
	right: -16px;
	width: 32px;
	height: 32px;
	background: #000 url(close.png) no-repeat center;
	cursor: pointer;cursor: hand;
}

#boxInfo #pictitle {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 35px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
}
#boxInfo #picinfo {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	font-size: 11px;
	min-width: 100px;
}

#boxInfo #picinfo #thumbs {
	margin-bottom: 15px;
}

#boxInfo #picinfo #thumbs img {
	margin: 2px;
	cursor: pointer;
}
