#lbOverlay {
	position:fixed;
	top:0;
	left:0;
	z-index:99998;
	width:100%;
	height:500px;
	background-color:#000;
}

#lbMain {
	position:absolute;
	left:0;
	width:100%;
	z-index:99999;
	text-align:center;
	line-height:0;
}
#lbMain a img {border:none;}

#lbOuterContainer {
	position:relative;
	border:1px solid #888;
	background-color:#fff;
	width:200px;
	height:200px;
	margin:0 auto;
}


#lbDetailsContainer {
	font:11px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	width:100%;
	line-height:1.4em;
	margin:0 auto;
	border:1px solid #888;
	border-top:none;
}

#lbImageContainer, #lbIframeContainer {padding:10px 35px 0;}

#lbLoading {
	position:absolute;
	top:45%;
	left:0;
	height:32px;
	width:100%;
	text-align:center;
	line-height:0;
	background: url(images/loading.gif) center no-repeat;
}

#lbHoverNav {position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;/*display:none;*/}
#lbImageContainer>#lbHoverNav {left:0;}
#lbHoverNav a {outline:none;}
#lbNavPrev a, #lbNavNext a {outline:none;}

#lbNavPrev {float:left;width:30px;height:100%;}
#lbNavPrev a {  }

#lbNavNext {float:left;width:30px;height:100%;}



/* #lbPrev { width: 49%; height: 100%; background: url(images/blank.gif) no-repeat; display: block; left: 0; float: left; } */

#lbPrev {
	position:absolute;
	left:4px;
	width:49%;
	height:100%;
	display:block;
	background:url(http://i.computer-bild.de/i/gallery_back_cb.gif) no-repeat 0 center;
}
#lbPrev:hover {background:url(http://i.computer-bild.de/i/gallery_back_hover.gif) no-repeat 0 center;}

#lbNext {
	position:absolute;
	right:4px;
	width:49%;
	height:100%;
	display:block;
	background:url(http://i.computer-bild.de/i/gallery_next_cb.gif) no-repeat right center;
}
#lbNext:hover {background:url(http://i.computer-bild.de/i/gallery_next_hover.gif) no-repeat right center;}

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold;}
	#lbPrev2.cb, #lbNext2.cb, #lbSpacer.cb {color:#333;}
	#lbPrev2.cbs, #lbNext2.cbs, #lbSpacer.cbs {color:#333;}
	#lbPrev2.avf, #lbNext2.avf, #lbSpacer.avf {color:#333;}
	
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey {color:#333;}

	
#lbPrev2_Off, #lbNext2_Off {font-weight: bold;}
	#lbPrev2_Off.cb, #lbNext2_Off.cb {color:#ccc;}
	#lbPrev2_Off.cbs, #lbNext2_Off.cbs {color:#ccc;}
	#lbPrev2_Off.avf, #lbNext2_Off.avf {color:#ccc;}
	
	#lbPrev2_Off.grey, #lbNext2_Off.grey {color:#ccc;}
	
#lbDetailsData {padding:0 10px;}
	#lbDetailsData.cb {color:#333;}
	#lbDetailsData.cbs {color:#333;}
	#lbDetailsData.avf {color:#333;}
	
	#lbDetailsData.grey {color:#333;}

#lbDetails {width:100%;text-align:left;margin-bottom:0;line-height:16px;}
#lbCaption {display:block;}
#lbCaption h3 {margin-bottom:0;padding-bottom:0;}
#lbCaption p {margin-top:0;padding-top:0;}
#lbNumberDisplay {float:left;display:block;padding-bottom:1.0em;}
#lbNavDisplay {float:left;display:block;padding-bottom:1.0em;}

/*
#lbClose {
	width:146px;	
	height:20px;
	float:right;
	margin-bottom:10px;
	margin-top:5px;
}
*/

#lbPlay {width:64px;height:28px;float:right;margin-bottom:1px;}
	#lbPlay.cb,
	#lbPlay.cbs,
	#lbPlay.avf,
	#lbPlay.grey {background:url(images/play_grey.png) no-repeat;}
	
#lbPause {width:64px;height:28px;float:right;margin-bottom:1px;}
	#lbPause.cb,
	#lbPause.cbs,
	#lbPause.avf,
	#lbPause.grey {background:url(images/pause_grey.png) no-repeat;}

#lbBottomNav {clear:both;}

#lbBottomNav .buttonBlock {height:18px;}
#lbImage {
    border:1px solid #d9ddde;
}