:focus {
  -moz-outline-style:none;
}


/* define background image for the expose mask */
/*
#mask {
	background:#123 url(/tools/img/expose/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}
*/
/* general settings for both scrollables */
.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
.navi {
	background-image:url(../../tools/hori_large.png);
	width:30px;
	height:30px;
	float:left;
	
	margin-top:55px;	
}

.navi:hover  		{ background-position:-30px 0; }
.navi:active  		{ background-position:-60px 0; }
.next 				{ background-position: 0 -30px; clear:right; }
.next:hover 		{ background-position:-30px -30px; }
.next:active 		{ background-position:-60px -30px; } 

.navi.disabled {
	visibility:hidden;		
}


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 494px;	
	height:120px; /* 130 */
	/* background:#666 url(../h150.png) repeat-x; */
	border:1px solid #ccc;
	background:url(../../tools/h300.png) repeat-x;
	
	margin:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#thumbnails .items div {
	float:left;
	margin:20px 5px 20px 11px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


/* overlay styling */
#box {
	background-image:url(../../tools/black2.png);
	width:820px;
	height:658px;
	position:absolute;
	display:none;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#box .close {
	position:absolute;
	left:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
	text-decoration:none;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:63px;
	width:696px;
	height:500px;	
}

/* single image */
#images .items div {
	float:left;
	width:696px;
	height:500px;
	margin-right:38px;
}

/* the tooltip */
#images .items .info {
	float:none;
	background:#333;
	color:#fff;
	font-size:13px;
	margin-top:-137px;
	padding:5px 75px;
	height:125px;
	display:none;
	width:612px;
}

#images .items .info h3 {
	color:#cde;
	margin-top:10px;
}
	

/* override button style on the overlay */
#box .navi {
	position:absolute;
	bottom:50px;
	left:50px;
}

#box .next {
	left:725px;
}
