
/* define background image for the expose mask */
#mask {
	background:#123 url(../images/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 */
.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; }
.nextPage 			{ background-position: 0 -30px; clear:right; }
.nextPage:hover 	{ background-position:-30px -30px; }
.nextPage:active 	{ background-position:-60px -30px; } 


.navi.disabled {
	visibility:hidden;		
}


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 975px;	
	height:300px;
	background:#fff;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:0px;
}

#thumbnails div.items div {
	padding:0px;
	float:left;
	border-right:#FFFFFF 1px solid;
}


/* box styling */
#overlay {
	 /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
    width:800px;     
    /*min-height:670px; */
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#overlay  .close {
background-image:url(../images/close.png);
	 position:absolute; 
    left:-32px; 
    top:-25px; 
    cursor:pointer; 
    height:41px; 
    width:42px;
}
#info-text .close {
background-image:none;
	 position:relative; 
    cursor:pointer; 
    height:auto; 
    width:auto;
	left:0px; 
    top:0px; 
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:0px;
	width:100%;
	height:100%;
}

/* single image */
#images div.items div {
	float:left;
	width:auto;
	margin-right:0px;
	position:relative;
}
#images div.items div img{
display:block;
}

/* the tooltip */
.expand {
	position:absolute;
	right:0px;
	top:0px;
	background-color:#333;
	color:#fff;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
	height:30px;
	width:200px;
	margin-right:0;
	z-index:100;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
   	opacity: 0.8;
}
.expand a{
	font-weight:bold;
	text-decoration:none;
}
.symbol{
font-weight:bold;
margin-left:0px;
}
#images .info {
	position:absolute;
	right:0px;
	top:0px;
	background:#333;
	color:#fff;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
	padding-top:24px;
	min-height:1200px;
	width:200px;
	margin-right:0;
	display:none;
	z-index:50;
	filter:alpha(opacity=90); 
   	-moz-opacity: 0.9; 
   	opacity: 0.9;
}

#images .info h3 {
	color:#fff;
	margin-top:10px;
	line-height:18px;
}
#images .info p {
	color:#fff;
	line-height:18px;
	width:100%;
}
#images .info a {
	font-weight:bold;
}
	

/* override button style on the overlay */
/*#box div.navi {
	position:absolute;
	bottom:33px;
	left:50px;
}

#box div.nextPage {
	left:580px;
}*/
#box{
width:950px;
height:550px;
}


/* position and dimensions of the navigator */ 
#overlay  .navi { 
display:none;
position:absolute;
top:0px;
right:0px;
    width:200px; 
    height:20px; 
	margin-left:22px;
	margin-top:0px;
	z-index:100;
	background-image:none;
	background:#333;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
   	opacity: 0.8;
} 
 
 
/* items inside navigator */ 
#overlay  .navi a { 
    width:22px; 
    height:20px; 
    float:left; 
    margin:0px; 
    background:url(../images/3dots.png) 0 0 no-repeat; 
    display:block; 
    font-size:1px; 
} 
 
/* mouseover state */ 
#overlay  .navi a:hover { 
    background-position:0 -20px;       
} 
 
/* active state (current page state) */ 
#overlay  .navi a.active { 
    background-position:0 -41px;      
}

/**/