/* @override http://www2.waltergrafik.at/start/typo3conf/ext/pmkslimbox/res/styles/slimbox.css */

/* @override http://www2.waltergrafik.at/start/typo3conf/ext/pmkslimbox/res/styles/slimbox.css */

/* SLIMBOX */

#lbOverlay {
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: black;
	cursor: pointer;
	bottom: 0;
	position: absolute;
}

#lbCenter, #lbBottomContainer {
	z-index: 9999;
	overflow: visible;
	position: absolute;
	display: block;
	left: 50%;
}



.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: 10px none white;
	border-top-style: none;
	top: 0px;
	position: absolute;
}

#lbPrevLink {
	top: 0;
	width: 50%;
	outline: none;
	position: relative;
	left: -50px;
	float: left;
}

#lbNextLink {
	top: 0;
	width: 50%;
	outline: none;
	position: relative;
	float: right;
	right: -50px;
}


#lbPrevLink {
	background: url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbPrevLink:hover {
	background: url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	background: url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbNextLink:hover {
	background: url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	height: 40px;
	position: absolute;
	top: -630px;
}

#lbCloseLink {
	width: 32px;
	height: 32px;
	background: url(../images/closelabel.gif) no-repeat right top;
	outline: none;
	position: absolute;
	right: 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	display: none;
}

#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;
}

