/* Stil fuer PERFECTLightbox und Slimbox */
#overlay {
	background: rgb(0, 0, 0);
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	/*cursor: pointer;*/
	z-index: 90;
}

#prevLink, #nextLink {
	background: transparent url(../img_design/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	height: 100%;
	position: absolute;
	top: 0px;
	width: 33%;
}

#prevLink {
	float: left;
	left: 0px;
}

#nextLink {
	float: right;
	right: 0px;
}

#prevLink:hover {
	background: transparent url(../img_design/lightbox/prev.gif) no-repeat 0% 15%; /* Edit here for a different image!*/
}

#nextLink:hover {
	background: transparent url(../img_design/lightbox/next.gif) no-repeat 100% 15%; /* Edit here for a different image!*/
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display: block;
	float: right;
	height: 26px;
	/* End*/
	margin-left: 1.0em;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width: 26px;
}

#playLink {
	background: transparent url(../img_design/lightbox/play.gif) no-repeat center; /* Edit here for a different image! Add width & height here if needed*/
}

#pauseLink {
	background: transparent url(../img_design/lightbox/pause.gif) no-repeat center; /* Edit here for a different image! Add width & height here if needed*/
}

#saveLink {
	background: transparent url(../img_design/lightbox/save.gif) no-repeat center; /* Edit here for a different image! Add width & height here if needed*/
}

#closeLink {
	background: transparent url(../img_design/lightbox/close.gif) no-repeat center; /* Edit here for a different image! Add width & height here if needed*/
}

/* Slimbox-only*/
#sbCenter, #sbBottomContainer {
	background: rgb(255, 255, 255);
	left: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}

#sbCenter a, #sbBottomContainer a {
	border: none;
	outline: none;
	text-decoration: none;
}

.sbLoading {
	background: url(../img_design/lightbox/loading.gif) rgb(255, 255, 255) no-repeat center;
}

#sbImage {
	background: no-repeat;
	border: 10px solid rgb(255, 255, 255);
	left: 0px;
	position: absolute;
	top: 0px;
}

#sbBottom {
	color: rgb(102, 102, 102);
	font: 11px/1.4em tahoma, arial, sans-serif;
	padding: 0 10px 10px 10px;
	text-align: left;
}

#sbCaption {
	font-weight: bold;
	margin-bottom: 0.1em;
	width: 66%;
}

#sbNumber {
	margin-bottom: 0.1em;
	width: 66%;
}

#sbPresent {
	margin-bottom: 0.1em;
	width: 66%;
}

#sbPresent a {
	color: rgb(102, 102, 102);
	margin-right: 1.0em;
}

#sbPresent a.act {
	background: rgb(119, 119, 119);
	border-bottom: 0.1em solid rgb(119, 119, 119);
	border-left: 0.4em solid rgb(119, 119, 119);
	border-right: 0.2em solid rgb(119, 119, 119);
	color: rgb(255, 255, 255);
	font-weight: bold;
}

/* Lightbox-only*/
#lbLightbox {
	left: 0px;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#lbLightbox #closeLink {
	margin-bottom: 10px;
}

#lbLightbox a {
	border: none;
	outline: none;
	text-decoration: none;
}

#lbLightbox img {
	border: none;
}

#lbOuterImageContainer {
	background: rgb(255, 255, 255);
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#lbImageContainer {
	padding: 10px;
}

#lbLoading {
	background: url(../img_design/lightbox/loading.gif) rgb(255, 255, 255) no-repeat center;
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
	z-index: 110;
}

#lbHoverNav {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}

#lbImageContainer>#lbHoverNav {
	left: 0px;
}

#lbImageDataContainer {
	background: rgb(255, 255, 255);
	font: 11px/1.4em tahoma, arial, sans-serif;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
}

#lbImageData {
	color: rgb(102, 102, 102);
	padding: 0 10px;
}

#lbImageDetails {
	float: left;
	padding-bottom: 10px;
	text-align: left;
	width: 66%;
}

#lbCaption {
	display: block;
	font-weight: bold;
	margin-bottom: 0.1em;
}

#lbNumber {
	display: block;
	margin-bottom: 0.1em;
}

#lbPresent {
	display: block;
	margin-bottom: 0.1em;
}

#lbPresent a {
	color: rgb(102, 102, 102);
	margin-right: 1.0em;
}

#lbPresent a.act {
	background: rgb(119, 119, 119);
	border-bottom: 0.1em solid rgb(119, 119, 119);
	border-left: 0.4em solid rgb(119, 119, 119);
	border-right: 0.2em solid rgb(119, 119, 119);
	color: rgb(255, 255, 255);
	font-weight: bold;
}
