@CHARSET "UTF-8";

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


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

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


div.navig {
	background-image:url(../../gfx/navi/navigation.png);		/*	url(../gfx/hori_large.png); */
	width:30px;
	height:30px;
	float:left;
	margin-top:15px;
}

div.navig:hover  		{ background-position:-30px 0; }
div.navig: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.navig.disabled {
	visibility:hidden;		
}


/* box styling */
#box {
	background-image:url(../../gfx/navi/iPad.png); /* (../../img/overlay/red.png); */
	width:1069px;
	height:793px;
	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:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
	text-decoration:none;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	
	margin-left:30px;
	margin-top:30px;
	
	width:1024px;
	height:748px;	
}

/* single image */
#images div.items div {
	float:left;
	width:1024px;
	height:748px;
	margin-right:15px;
}

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

#images div.items div.info h3 {
	color:#cde;
	margin-top:2px;
	position:relative;
	left:140px;
}
	

/* override button style on the overlay */
#box div.navig {
	position:absolute;
	bottom:-12px; /* increace to move the right AND left button to the top */
	left:0px; /* increace to move the left button to the left */
}

#box div.nextPage {
	left:1056px; /* increace to move the right button to the left */
}
