/* SLIMBOX 
overflow: hidden
*/

#lbOverlay { 	position: absolute; left: 0;	width:100%;	background-color: #1e6777;	cursor: pointer;}
#lbCenter  {position: absolute;right: 12%;overflow: hidden;background: transparent url(../images/bgl.jpg);z-index:3;}
 #lbBottomContainer {position: absolute;right:10%;background-color:  #c72333;z-index:5;}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	right: 1cm;
	top: 1cm;
	border: 10px solid #b4dd7b;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-left: 10px solid #999fff;
	 }

#lbCloseLink {
	display: block;
	float: right;
	width: 12px;
	height: 13px;
	background: transparent url(../images/raus.gif) no-repeat center;
	margin-top: -14px;
}

#lbCaption  {	margin:1cm;	font-weight: 500; width:250px;} 
#lbCaption:first-letter  {color:red;font-size:150%;font-family:Times New Roman;font-style:italic;} 
#lbCaption:first-line  {font-weight: bold; color:#444444;} 


 #lbNumber {	margin-top: 305px; padding-left:2cm;font-size: 10px; 	color: #444444; background:transparent;height:4mm;width:250px;}



 
