@charset "utf-8";
/* CSS Document */

#mask {
	background:#123 url(../newimages/effects/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}

#modal-images div.items-new {	
	width:20000em;	
	clear:both;
	position:absolute;
}


/* next/prev buttons */
div.navi {
	width:30px;
	height:30px;
	float:left;
	margin-top:55px;
}

div.navi:hover  		{ background-position:-30px 0; }
div.navi:active  		{ background-position:-60px 0; }
div.nextPage 			{ background-position: 0 -30px; clear:right; }
div.nextPage:hover 	{ background-position:-30px -30px; }
div.nextPage:active 	{ background-position:-60px -30px; } 


div.navi.disabled {
	visibility:hidden;		
}


/* box styling */
#modal-box {
	background:#FFF;
	width:618px;
	height:600px;
	padding:30px;
	position:absolute;
	display:none;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#modal-box .close {
	position:absolute;
	left:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
	text-decoration:none;
}

/* overlay scrollable */
#modal-images {
	position:relative;
	overflow:hidden;
	margin:0;
	width:618px;
	height:600px;
}

/* single image */
#modal-images div.items-new div {
	float:left;
	width:618px;
	margin-right:30px;
}

/* the tooltip */
#modal-box div.info,
div.modal-info {
	float:none;
	background:#333;
	color:#000;
	font-size:13px;
	width:490px;
}
#lightbox-image-details-caption p {
	width:310px;
	float:left;
	padding-right:5px;
}
#lightbox-image-details-caption p strong {
	font-weight:bold !important;
}
#lightbox-image-details-caption {
	width:630px;
	display:block !important;
}
#modal-box div.info h3,
div.modal-info h3,
#lightbox-image-details-caption h3 {
	font-size:18px;
	color:#B39F0D;
	background:none;
	margin-bottom:10px;
}
sup {
	font-size: 0.65em;
	line-height: 0.65em;
	vertical-align:top;
}
#modal-box:after,
#modal-images:after,
#modal-images div.info:after,
div.modal-info:after {
	clear: both;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
}
	

/* override button style on the overlay */
#modal-box div.navi {
	position:absolute;
	top:180px;
	left:30px;
	z-index:10000;
	cursor:pointer;
}

#modal-box div.nextPage {
	left:580px;
}
