/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color: #22392D;
	width:675px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
 	right: -15px;
	top: -15px;
	height: 35px;
	width: 35px;
	cursor: pointer;
	position: absolute;
	background-image: url("close.png");
}


#wrp .details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	overflow: hidden;
	width: 260px;
}

#wrp .details h3 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 0 0;
	font-weight: bold;
	padding: 0 0 10px 20px ;
}

#wrp .details p {
	color:#fff;
}

#popups {
  display: none;
}

#popups div {
  overflow:hidden;
}

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

/* next/prev buttons */
div.navi {
	background-image:url(hori_large.png);
	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;		
}


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 602px;	
	height:140px;
	background:#222 url(h150.png) repeat-x;
	margin:15px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
}

#thumbnails div.items div {
	padding:5px;
	float:left;		
}