#a-lb-overlay {
	position:absolute;
	left:0;
	width:100%;
	background-color:#fff;
	cursor:pointer;
}
#a-lb-center, #a-lb-bottom-container {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#942c79;
}
.a-lb-loading {
	background:#942c79 url(/s/_img/slimbox/hg_laden.gif) no-repeat center;
}
#a-lb-image {
	border:10px solid #942c79;
	background-repeat:no-repeat;
}
#a-lb-prev-link, #a-lb-next-link {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}
#a-lb-prev-link { left:0; }
#a-lb-prev-link:link, #a-lb-prev-link:visited { background:none; }
#a-lb-prev-link:hover, #a-lb-prev-link:active { background:transparent url(/s/_img/slimbox/hg_zurueck.gif) no-repeat 0% 15%; }

#a-lb-next-link { right:0; }
#a-lb-next-link:link, #a-lb-next-link:visited { background:none; }
#a-lb-next-link:hover, #a-lb-next-link:active { background:transparent url(/s/_img/slimbox/hg_vor.gif) no-repeat 100% 15%; }

#a-lb-close-textlink:link, #a-lb-close-textlink:visited, #a-lb-next-textlink:link, #a-lb-next-textlink:visited, #a-lb-prev-textlink:link ,#a-lb-prev-textlink:visited { color:#ecd9e7;}
#a-lb-close-textlink:hover, #a-lb-close-textlink:active, #a-lb-next-textlink:hover, #a-lb-next-textlink:active, #a-lb-prev-textlink:hover ,#a-lb-prev-textlink:active { color:#bb78aa;}

#a-lb-caption, #a-lb-number { color: #ecd9e7;}

#a-lb-bottom {
	text-align:center;
	border:10px solid #942c79;
	border-top-style:none;
}
#a-lb-caption, #a-lb-number { text-align:left; }
#a-lb-caption { font-weight:bold; }
#a-lb-number {
	font-size:.8em;
	padding:.3em 0;
}
#a-lb-prev-textlink, #a-lb-next-textlink, #a-lb-close-textlink {
	margin:0;
	font-size:.8em;
	height:1.3em;
}
#a-lb-prev-textlink { float:left; }
* html #a-lb-prev-textlink {
	float:none;
	height:auto;
	position:absolute;
	left:10px;
	bottom:10px;
}
#a-lb-next-textlink { float:right; }
* html #a-lb-next-textlink {
	float:none;
	height:auto;
	position:absolute;
	right:10px;
	bottom:10px;
}
#a-lb-close-textlink {
	display:block;
	margin:0 auto;
	width:5em;
}
* html #a-lb-close-textlink {
	display:inline;
	height:auto;
}
