/* define background image for the expose mask */
#mask {
	background-color:#00000 !important;
	background-position:50% -200px;
}

/* general settings for both scrollables */
.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
.navi {
	background-image:url(images/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; float: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: 602px;	
	height:130px;
	background:#666 url(images/h150.png) repeat-x;
	margin:0px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#thumbnails .items div {
	padding:5px;
	float:left;		
	width:100px !important;
	height: 140px !important;
}
#thumbnails .items div img {
	width:100px !important;
	height: 74px !important;
	cursor: pointer;
}


/* overlay styling */
#box {
	background-image:url(images/black.png);
	width:830px;
	height:500px;
	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:10px;
	top:10px;
	cursor:pointer;
	height:55px;
	width:55px;
	text-decoration:none;
	z-index: 1111px;
	
     background-color: white;

     filter:alpha(opacity=00); /* IE's opacity*/


     opacity: 0.00;
	
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:50px;
	width:733px;
	height:389px;	
}

/* single image */
#images .items div {
	float:left;
	width:733px;
	height:389px;
	margin-right:0px;
}

/* the tooltip */
#images .items .info {
	float:left;
	background:#333;
	color:#fff;
	font-size:13px;
	margin-top:-50px;
	padding:5px 85px;
	height:125px;
	display:none;
	width:630px;
}

#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:733px;
	top: 393px;
}

#box .prev {
	left:65px;
	top: 393px;
}

