#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
		z-index:5000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
			z-index:5000;
	}	
#lightboxCaption{ float: left;
		z-index:5000; }
#keyboardMsg{ float: right;
		z-index:5000; }
#closeButton{ top: 5px; right: 5px; 
		z-index:5000;}

#lightbox img{ border: none; clear: both;
		z-index:5000;} 
#overlay img{ border: none; 
		z-index:5000;}

#overlay{ background-image: url(fileadmin/templates/styles/overlay.png); 
		z-index:5000;}

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(fileadmin/templates/styles/overlay.png);
	width:102%;
	
			z-index:5000;
  }
	



/* GalBOX */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100;
	background-color: #000;
	cursor: pointer;
	z-index:5000;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:5;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	z-index:5;
}
#lbImage {
z-index: 5;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index:5;
}
#lbPrevLink {
	left: 0;
	z-index:5;
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
	z-index:5;
}
#lbNextLink {
	right: 0;
	z-index:5;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
	z-index:5;
}
#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	z-index:5;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	z-index:5;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index:5;
}
#lbCaption {
	font-weight: bold;
	z-index:5;
}
/* End css for the demo */

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:150px;	/* Width of tooltip content */
	height:200px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
