#mask
{
	background-color: #FFF;
	background-position: 50% -200px;
}
div.items
{
	clear: both;
	position: absolute;
	width: 20000em;
}
div.navi
{
	background-image: url(../graphics/nav_arrows.png);
	float: left;
	height: 30px;
	margin-left: 3px;
	margin-right: 3px;
	position: absolute;
	width: 30px;
	z-index: 2000;
}
div.navi:hover
{
	background-position: -30px 0;
}
div.navi:active
{
	background-position: -60px 0;
}
div.nextPage
{
	background-position: 0 -30px;
	clear: right;
}
div.nextPage:hover
{
	background-position: -30px -30px;
}
div.nextPage:active
{
	background-position: -60px -30px;
}
div.navi.disabled
{
	visibility: hidden;
}
div.prevPage
{
	left: 15px;
	top: 20px;
}
div.nextPage
{
	left: 650px;
	top: 20px;
}
#thumbnails
{
	float: left;
	height: 460px;
	overflow: hidden;
	position: relative;
	width: 700px;
}
#thumbnails div.items div
{
	cursor: pointer;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}
#box
{
	background-image: url(../graphics/black.png);
	display: none;
	height: 700px;
	margin-top: -150px;
	position: absolute;
	width: 750px;
}
#box div.close
{
	background: url(../graphics/spacer.png);
	cursor: pointer;
	height: 55px;
	left: -20px;
	position: absolute;
	top: -40px;
	width: 55px;
}
#images
{
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#images div.items div
{
	float: left;
	height: 100%;
	margin-left: 6px;
	margin-right: 120px;
	text-align: center;
	width: 700px;
}
#images div.items div.info
{
	background: #fbf9e7;
	border-left: 1px solid #3B2323;
	border-right: 1px solid #3B2323;
	color: #3B2323;
	display: none;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 638px;
	margin-left: 30px;
	margin-top: -150px;
	padding: 0px 20px;
	text-align: left;
	width: 354px;
}
#images div.items div.info span
{
	color: #6593C4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#images div.items div.info span.credit
{
	color: #0E3C64;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#images div.items div.info p.link
{
	color: #0E3C64;
}
#images div.items div.info a
{
	border-bottom: #6593c4 dotted 1px;
	color: #C30;
	text-decoration: none;
}
#images div.items div.info a:visited
{
	border-bottom: #6593c4 dotted 1px;
	color: #C30;
	text-decoration: none;
}
#box div.navi
{
	position: absolute;
	top: 180px;
}
#box div.prevPage
{
	left: 5px;
}
#box div.nextPage
{
	left: 670px;
}
