@charset "UTF-8";
/* CSS Document */

/* define background image for the expose mask */
#mask {
	background:#123 url(images/jquery/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.navi {
	background-image:url(../images/jquery/hori_large.png);
	width:30px;
	height:30px;
	float:left;
	margin-top:55px;
}

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: 600px;
	height:275px;
	background:#222 url(../images/jquery/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 controls the area in which the information appears for the detail image */
#box {
	background-image:url(../images/jquery/website_black.png);
	width:900px;
	height:900px;
	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 -- This controls size and position of the overlay image detail */
#images {
	position:absolute;
	overflow:hidden;
	margin:100px;
	width:725px;
	height:725px;
}

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

/* the tooltip */
#images div.items div.info {
	float:none;
	background:#000000;
	color:#fff;
	font-size:13px;
	margin-top:-40px;
	margin-left: 40px;
	margin-right: 200px;
	padding-left: 100px;
	padding-right: 100px;
	height: 130px;
	/* Controls width of text box */
	width: 550px;
	display:none;
}
.boxtext	{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:13px;
}
#images div.items div.info a:link	{
	color: #FFF;
	text-decoration: none;
}
#images div.items div.info a:visited	{
	color: #FFF;
	text-decoration: none;
}
#images div.items div.info a:hover	{
	color: #FFF;
	text-decoration: underline
}
#images div.items div.info a:active	{
	color: #FFF;
	text-decoration: none;
}
/* This controls the size, color and positon of the description headline */
#images div.items div.info h3 {
	color:#FFF;
	margin-top:10px;
	font-weight: bold;
}
	

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

/* this controls positon of the right button */
#box div.nextPage {
	left:775px;
}
