/* SLIMBOX  PLUS by OrangeBread (http://www.lifewithpixel.com/ */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;

	border: 0px solid #fff;
	border /*\**/: 10px solid #ebebeb\9;
	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/prevlabel.gif) no-repeat 0% 100%;
	border-bottom: 0;
	outline: none;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 100%;
	border-bottom: 0;
	outline: none;
}

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

#lbBottom  { 
	color: #666; 
	font-size: .9em; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Corbel, Arial, Helvetica, sans-serif; 
	line-height: 1.4em; 
	background-color: #ebebeb; 
	text-align: left; 
	/*margin: 0 0 0 10px; */
	border: 10px solid #ebebeb;
	border-top-style: 5px solid #ebebeb;
	padding: 0 }


#lbCloseLink {
	display: block;
	float: right;
	width: 160px;
	height: 30px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover{ border-bottom: 0; outline: none; }

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:0 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:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

#lbNumber {padding-top:10px;padding-left:22px;}
#lbNumber {float:left;}
#lbHelpbox {padding-top:10px;padding-left:10px; float:left;}


#lbCaption {padding-left:22px; padding-right:180px;padding-top: 8px;}

#lbCaption p a:link, #lbCaption p a:visited  { color:black; text-decoration: none; border-bottom: 1px dotted gray }


/*#lbTooltip  { color: #000; text-decoration: none; background: url(../images/tastatur.gif); background-repeat: no-repeat; text-align: center;  display: block; width: 436px; height: 193px; border:1px solid lime; position: absolute; top:100px; left: 100px; z-index: 5000;}*/


#lbTooltip   { color: #000; text-decoration: none; background: #ebebeb url("../images/tastatur.gif") no-repeat center; text-align: center; display: block; position: absolute; z-index: 5000; top: 0; left: 0; width: 100%; height: 100% }



