#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
	/*display:none;*/
}

#lbCenter, #lbBottomContainer,#lbrealBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #19236A;
	z-index: 1000;
}
#lbCenter,#lbBottomContainer,#lbrealBottomContainer
{
min-width:330px;
/**width:330px;  für den IE */
}
#lbBottomContainer {
	height:50px;
	
}

#lbrealBottomContainer {

	height:40px;
	background-color:#fff;
	/*display:none;*/
}

#lbcopyrightContainer {
 position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 1000;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	min-width:330px;
/**width:330px;  für den IE */
}

#lbUpperBottom {
	overflow: hidden;
	background-color:#3E54A0;
	/*height: 30px;*/
	z-index: 1000;
	min-width:330px;
/**width:330px;  für den IE */
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
	z-index: 1000;
}

#lbImage {
border: 10px solid #fff;
	z-index: 1000;
	min-width:310px;
	/**width:330px;  für den IE */
	background-repeat:no-repeat;
	background-color:white;
	text-align:center;
	
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 20px;
	outline: none;
	z-index: 1000;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_nextlabel.gif) no-repeat 100% 15%;
}
*/
/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	/*width: 139px;*/
	
	height: 20px;
	outline: none;
	
	position:absolute;
	/*position:relative;*/
	/*border:1px solid red;*/
	top:30px;
}

#lbPrevLink {
	float: left;
	background: transparent url(../images/prev.gif) no-repeat left;
	/*border:1px solid red;*/
	width:33%;
	z-index: 1010;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev.gif) no-repeat left;
	
}

#lbNextLink {
	float: right;
	background: transparent url(../images/next.gif) no-repeat right;
	width:100%;
	z-index: 1006;
}

#lbNextLink:hover {
	background: transparent url(../images/next.gif) no-repeat right;
}

#lbControls {
/*display: block;*/
	
	height:20px;
	z-index: 1009;
	background-color:#19236A;
	min-width:330px;
	 /**width:330px; für den IE */
	/*position:absolute;
	top:1px;
	left:-50px;*/
	
}

/*#lbCloseLink {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: transparent url(../images/sb_closelabel.gif) no-repeat center;
	margin: 0px 0;
}*/

/**********************************/


#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: 1000;
	/*display:none;*/
	/*height:20px;*/
	
}

 


#lbCloseLink {
	/*clear: both;*/
	display: block;
	float: right;
	width: 26px;
	height: 33px;
	background: transparent url(../images/close.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	margin-top:0px !IMPORTANT;
	/*border: 1px solid fuchsia;*/
	z-index: 1000;
	
}

#lbCaption, #lbDescription {
	/*margin-right: 71px;	*/
	/*border: 1px solid #000;*/
	z-index: 1000;
	padding:10px;
	/*display:none;*/
	
}
#lbCaption
{
min-width:330px;

/**width:330px;  für den IE */
}

#lbHeadline {
	padding:5px;
	color: #9EAAD0;
	font-size:1.1em;
	float:left;
}


#lbNumber {
	/*margin-right: 271px;*/
	width:100%;
	
	color:#8C92B4;
	font-size:1.2em;
	font-weight:bold;
	z-index: 950;
	text-align:center;
	margin-top: 3px;
/*	display:none;*/
/* AB */
}

#lbCaption {
	font-weight: bold;
	color: #8A98C7;
	font-size:10px;
	height:20px;

}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:15px 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:15px 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

.lightboxDesc {
	display: none;
}