#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;
}
#boxLeftNav, #boxRightNav {
	width: 25px;
	height: 100%;
}
#boxLeftNav img, #boxRightNav img {
	position: relative;
}
#boxLeftNav {
	float:left;
	
}
#boxRightNav {
	float:right;
}

#boxInfo {
	display: block;
	float: right;
	color: #666;
}
#boxLink {
	position: absolute;
	padding: 2px;
	bottom: 18px;
	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;
	text-align: left;
}
#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;
	/*ie hack*/
	width: 270px\0/IE8+9;
}

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

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

#boxInfo #picinfo a {
	color: #666;
}
#boxInfo #picinfo a:hover {
	color: #f2f2f2;
}

