
/* define background image for the expose mask */
#mask {
	background:#123 url(http://flowplayer.org/tools/img/expose/mask_gradient_1800.png) no-repeat;
	background-position:50% -360px;
}

/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
div.navi {
	background-image:url(../../img/carrusel/hori_large.png);
	width:25px;
	height:25px;
	float:left;
	margin-top:30px;
}

div.navi:hover  		{ background-position:-25px 0; }
div.navi:active  		{ background-position:-50px 0; }
div.nextPage 			{ background-position: 0 -25px; clear:right; }
div.nextPage:hover 	    { background-position:-25px -25px; }
div.nextPage:active 	{ background-position:-50px -25px; } 


div.navi.disabled {
	visibility:hidden;		
}


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 328px;	
	height:120px;
	margin-top:-4px;
}

#thumbnails div.items div {
	margin: 4px;
	float:left;	
	cursor:pointer;	
}

#thumbnailsBanner {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 249px;	
	height:60px;
	margin-top:-1px;
}

#thumbnailsBanner div.items div {
	margin:6px;
	float:left;	
	cursor:pointer;		
}


/* box styling */
#box 
{
	background-image:url(../../img/carrusel/transparent.png);
	width:715px;
	height:508px;
	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:670px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
	text-decoration:none;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:105px;
	width:530px;
	height:400px;	
	top:-50px;
}

/* single image */
#images div.items div {
	float:left;
	width:557px;
	height:800px;
	margin-right:30px;
	display:block;
}

/* the tooltip */
#images div.items div.info {
	float:left;
	background:#333;
	color:#fff;
	font-size:13px;
	height:50px;
	display:block;
	width:492px;
	padding:5px 10px;
	/*
	margin-top:80px;
	margin-left:30px;
*/
}

#images div.items div.info h3 {
	color:#cde;
	margin-top:10px;
}
	

/* override button style on the overlay */
#box div.navi {
	position:absolute;
	bottom:10px;
	left:120px;
	top:200px;
}

#box div.nextPage {
	left:720px;
}




