/* SLIMBOX 5 */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

/*vlastní obrázek */

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #222;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

/*obrázek šipek předchozí a další, jejich pozice x y v % */

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(predchozi16.gif) no-repeat 1% 65%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url( dalsi16.gif) no-repeat 99% 65%;
}

/*písmo popisku a čísla obr */

#lbBottom {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	text-align: left;
	border: 1px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 16px;
	height: 20px;
	background: transparent url(konec.gif) no-repeat center;
	margin: 0 0 0 0;
	outline: none;
}

/*velikost místa pro číslo obrázku*/

#lbNumber {
	margin-right: 10px;
	width: auto;
	height: 14px;
	float:left
}

#lbCaption {
	margin-right: 0px;
	font-weight: normal;
}