div#thumbnails {
	width: 65.4em;
	height: 10.9em;
	overflow: hidden;
	position:relative;
}	



.entries {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* single item */
.entries div {
	float:left;
	width:164px;
	height:100px;
	cursor:pointer;
	text-align: center;
}



a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width: 22px;
	height: 52px;
	float:left;
	cursor:pointer;
	background-position: 0 0/* no-repeat*/;
}


a.prevPage, a.nextPage {
	position: absolute;
	top: 104px;	
}

a.prevPage {
	left: 74px;
	background-image: url("../img/layout/scrollable/scrollLeft.gif");
	clear:right;
}

a.nextPage {
	right: -22px;
	background-image: url("../img/layout/scrollable/scrollRight.gif");
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -62px;		
}

a.disabled, 
a.disabled:hover {
	/*visibility:hidden !important;*/
	background-position: 0px -124px;
	cursor:default;		
}









/* define background image for the expose mask */
#mask {
	background: #333 /*url(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;
}


/* box styling */
#box {
	background-image:url(../img/layout/scrollable/white.png);
	width:701px;
	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: 31px;
	width: 640px;
	height: 425px;	
}

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

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

#images div.items div.info p {
	margin-top:10px;
}
	

/* override button style on the overlay */

/* next/prev buttons */
#box div.navi {
	background: url(../img/layout/scrollable/hori_large.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	float: left;
	margin-top: 0;
	cursor: pointer;
}

#box div.navi:hover  		{background-position: -28px 0;}
#box div.nextPage 		{background-position: 0 -28px; clear:right;}
#box div.nextPage:hover 	{background-position: -28px -28px;}
/*#box div.navi:active  	{background-position: -28px 0;}
#box div.nextPage:active 	{background-position: -28px -28px;}*/


#box div.navi.disabled {
	cursor: default;
	background-position: -56px 0;
}

#box div.navi {
	position:absolute;
	bottom: 30px;
	left: 32px;
}

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

#box div.close {
	background-image:url(../img/layout/scollable/close.png);
	position:absolute;
	left: 656px;
	top: 5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
