/* define background image for the expose mask */
#mask {
	background:#123;
	background-position:50% -200px;
}

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

div.navi.prevPage {
	background: transparent url(../img/btn/galerias_prev.gif) no-repeat scroll center center;
	width:20px;
	height:70px;
	float:left;
	margin-right:5px;
}

div.navi.prevPage:hover  { background: transparent url(../img/btn/galerias_prev_on.gif) no-repeat scroll center center;}

div.navi.prevPage.disabled {
	background: transparent url(../img/btn/galerias_prev.gif) no-repeat scroll center center;
}


div.navi.nextPage {
	background: transparent url(../img/btn/galerias_next.gif) no-repeat scroll center center;
	width:20px;
	height:70px;
	float:left;
	margin-left:5px;
}
div.navi.nextPage:hover  { background: transparent url(../img/btn/galerias_next_on.gif) no-repeat scroll center center;}

div.navi.nextPage.disabled {
	background: transparent url(../img/btn/galerias_next.gif) no-repeat scroll center center;
}


/* the thumbnail scrollable */
.thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 578px;	
	height:70px;
}

.thumbnails div.items div {
	padding-left:2px;
	float:left;		
}


/* box styling */
#box {
	background-image:url(/tools/img/overlay/black.png);
	width:656px;
	height:524px;
	position:absolute;
	display:none;
}

/* 
	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:50px;
	width:557px;
	height:400px;	
}

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

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

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

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

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

