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

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

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

}

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: 602px;	
	height:140px;
	background:#222 url(http://flowplayer.org/tools/demos/combine/portfolio/img/global/gradient/h150.png) repeat-x;
	margin:15px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
}

#thumbnails div.items div {
	padding:5px;
	float:left;		
}


/* box styling */
#box {
	/*background-image:url(http://flowplayer.org/tools/img/overlay/black.png);*/
	background:#000;
	width:688px;
	height:540px;
	position:absolute;
}

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

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:0px;
	width:688px;
	height:540px;


}

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

}

/* the tooltip */
#images div.items div.info {
	float:none;
	background:#000000;
	color:#fff;
	text-align:center;
	font-size:13px;
	margin-top:46px;

	padding:50 75px 18px 75px;
	height:38px;
	width:440px;

}

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

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

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

/* root element for scrollable */ 
div.scrollablev { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 560px; 
    width: 176px; 
} 
 
/* root element for scrollable items */ 
div.scrollablev div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
