
/* 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 */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
div.navi2 {
	background-image:url(../images/hori_large.png);
	width:30px;
	height:30px;
	float:left;
	margin-top:80px;
}

div.navi2:hover  		{ background-position:-30px 0; }
div.navi2: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.navi2.disabled {
	visibility:hidden;		
}



/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:0px;
	width:100%;
	height:80%;	
}

/* single image */
#images div.items div {
	float:left;
	width:557px;
	height:100%;
	margin:auto;
	padding-right:2000px;/* Esto para evitar que fotos grandes, se vean al lado de las pequeñas */
}

/* 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.navi2 {
	position:relative;
	left:600px;
	top:450px;
	margin:auto;
}

#box div.nextPage {
	left:580px;
}
