
/* define background image for the expose mask */
#mask {
	background:#123 url(../images/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}

/* general settings for both scrollables */
div.items {	
	width:2000000px;	
	position:absolute;
	clear:both;
}

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

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;		
}

.thumb_contain{width:750px;margin:0 auto;padding-top:20px; clear:both;}
/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 680px;	
	height:250px;
	background:#000 url(../images/h150.png) repeat-x;
	
	/*border-top:1px solid #fff;*/
}

#thumbnails div.items{float:left;}

#thumbnails div.items div {
	width:200px;
	padding:5px;
	float:left;	
	display:block;
}


/* box styling */
#box {
	background-image:url(../images/black.png);
	width:705px;
	height:565px;
	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;
	right:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
	text-decoration:none;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:50px;
	width:600px;
	height:450px;	
}

/* single image */
#images div.items div {
	float:left;
	width:600px;
	height:450px;
	margin-right:30px;
}

/* the tooltip */
#images div.items div.info {
	float:none;
	margin:-380px 0;
	padding:0;
	height:400px;
	width:600px;
	display:none;

}

#images div.items div.info .text{background:#000;width:580px; height:160px;margin-top:320px;padding:5px 0px 0 20px;}

#images div.items div.info h1{ color:#99cc33; font: normal 1.2em/1.1em Tahoma, Geneva, sans-serif;margin-top:8px; margin-bottom:0;}
#images div.items div.info h1 strong{color:#fff; font-weight:normal;}
#images div.items div.info h1 a{color:#99cc33; text-decoration:none;}
#images div.items div.info h1 a:hover{text-decoration:underline;}
	

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

#box div.nextPage {
	left:620px;
}

