/* SLIMBOX */

#lbOverlay {
	background-color:#000;
	cursor:pointer;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}

#lbCenter {
	background:transparent url(/fileadmin/templates/img/slimbox-bg-top.png) no-repeat 0 0;
	overflow:hidden;
	padding-right:4px;
	position:absolute;
	z-index:9999;
}

#lbBottomContainer {
	background:transparent url(/fileadmin/templates/img/slimbox-bg-bottom.png) no-repeat 0 0;
	overflow:hidden;
	padding-right:4px;
	position:absolute;
	z-index:9999;
}

.lbLoading {
	background:#fff url(/fileadmin/templates/img/slimbox-loading.gif) no-repeat left center;
}

#lbImage {
	border:1px solid #696969;
	left:0;
	position:absolute;
	top:0;
}

#lbPrevLink,#lbNextLink {
	display:block;
	outline:none;
	position:absolute;
	top:0;
	width:50%;
}

#lbPrevLink {
	left:0;
}

#lbPrevLink:hover {
	background:transparent url(/fileadmin/templates/img/slimbox-prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right:0;
}

#lbNextLink:hover {
	background:transparent url(/fileadmin/templates/img/slimbox-nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	color:#666;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	height:30px;
	line-height:1.4em;
	padding:5px 4px 12px 13px;
	text-align:left;
	width:434px;
	position:relative;
}

#lbCloseLink {
	background:transparent url(/fileadmin/templates/img/slimbox-close-1.gif) no-repeat scroll 60px 2px;
	display:block;
	height:12px;
	margin:1px 0 0;
	outline:none;
	width:70px;
	position:absolute;
	top:6px;
	right:8px;
}

#lbDownloadLink {
	background:transparent url(/fileadmin/templates/img/slimbox-download-1.gif) no-repeat scroll 116px 2px;
	display:block;
	height:13px;
	margin:1px 0 0;
	outline:none;
	width:127px;
	position:absolute;
	top:24px;
	right:8px;
}

#lbCaption,#lbNumber {
	font-weight:700;
	color:#fff;
	margin-right:150px;
}

a#lbCloseLink, a#lbDownloadLink {
	color:#fff;
	display:inline-block;
	font-size:11px;
	font-weight:700;
	text-decoration:none;
}
