/* define background image for the expose mask*/
#mask {
	background:#123;
	background-position:50% -200px;
}
 
/* general settings for both scrollables */
.items {
	width:500px;
	position:absolute;
	clear:both;
	left: -1px;
	top: 35px;
}

/* next/prev buttons */


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


/*
.navi.disabled {
	visibility:hidden;		
}
*/

/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;
	float:left;
	width: 431px;
	height:140px;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #edeccd;
	background-image: url(../images/h160.png);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	width: 400px;
}
.latest {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
}



#thumbnails .items div {
	float:left;
	margin: 3px;
}

/* overlay styling */
#box {
	background-image:url(../images/black.png);
	width:656px;
	height:524px;
	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:50px;
	width:557px;
	height:400px;	
}

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

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

#images .items .info h3 {
	color:#cde;
	margin-top:10px;
}
	

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

#box .next {
	left:580px;
}

.border {
	border: 1px solid #333333;
}
#news {
	border: 1px solid #000000;
}
