#mask {
	background:#321 url(../images/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}
/* general settings for both scrollables */
div.items {
	width:20000em;
	position:absolute;
	clear:both;
}
/* next/prev buttons */
div.navi {
	background-image:url(../images/hori_large.png);
	background-repeat: no-repeat;
	width: 30px;
	height:301px;
	float:left;
	margin: 30px 0;
	border: 0px #666 solid;
}
/*div.navi prevPage {
	background-image:url(../images/arrow_left.jpg);
	background-repeat: no-repeat;
	width:42px;
	height:32px;
	float:left;
	margin: 30px 0;
	border: 2px #666 solid;
}
div.navi nextPage {
	background-image:url(../images/arrow.jpg);
	background-repeat: no-repeat;
	width:42px;
	height:32px;
	float:left;
	margin:55px 0;
	border: 0px #666 solid;
}*/
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;
}
/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;
	float:left;
	width: 315px;
	height: 77px;
	background:#fff;
	margin: 6px;
	border: 1px solid #fff;
	outline: 1px solid #EAEAEA;/*	-moz-outline-radius: 9px;*/
}
#thumbnails div.items div {
	padding:5px;
	float:left;
}
/* box styling */
#box {
	background-image:url(../images/black.png);
	width: 656px;
	height: 524px;
	position:absolute;
	display:none;
	border: 0px #0C0 solid;
}
#box .close {
	position:absolute;
	left:8px;
	top:8px;
	cursor:pointer;
	height:32px;
	width:35px;
	text-decoration:none;
	border: 0px #fff solid;
}
/* overlay scrollable */
#images {
	position:absolute;
	overflow:hidden;
	margin: 50px;
	width:550px;
	height:350px;
	border: 1px #fff solid;/*	background-color: #FF0;*/
}
/* single image */
#images div.items div {
	float:left;
	width:597px;
	height:400px;
	margin-right:30px;
}
/* the tooltip */
#images div.items div.info {
	float:none;
	background:#fff;
	color:#000;
	font-size:1.3em;
	margin-top: -200px;
	padding:50px 75px;
	height:250px;
	display:none;
	width:450px;
}
#images div.items div.info h3 {
	color: #fff; /*#cde;*/
	margin:10px;
}
/* override button style on the overlay */
#box div.navi {
	position:absolute;
	bottom: 0;
	left:30px;
}
#box div.nextPage {
	left:580px;
	border: 1px pink solid;
}

