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

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

/* next/prev buttons */
.navi {
 	background-image:url(images/overlay/hori_large.png);
	width:30px;
	height:30px;
	float:left;
	margin-top:55px;
}

.navi:hover  		{ background-position:-30px 0; }
.navi:active  		{ background-position:-60px 0; }
.next 				{ background-position: 0 -30px; clear:right; }
.next:hover 		{ background-position:-30px -30px; }
.next:active 		{ background-position:-60px -30px; } 


.navi.disabled {
	visibility:hidden;		
}


/* the thumbnail scrollable */
#homeslist {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 750px;	
	height: auto;
/*	background:#666 url(images/overlay/h150.png) repeat-x; */
	margin:15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#homeslist .home div {
	padding:5px;
	float:left;
	display:inline-block;	
}

#homeslist .home img {
	padding-bottom:5px;	
}

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

div.contentWrap {
		height:400px;
}

/* 
	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:40px;
	width:40px;
	text-decoration:none;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:50px;
	width:557px;
	height:400px;
}

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

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

#box .next {
	left:580px;
}
