/* CSS Document */

#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:#FFF;
	color:#714f11
	}

#a-lb-image {
	border:10px solid #FFF;
	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-bottom {
	text-align:center;
	border:10px solid #FFF;
	border-top-style:none;
}

a#a-lb-prev-textlink:hover, a#a-lb-prev-textlink:active, 
a#a-lb-next-textlink:hover, a#a-lb-next-textlink:active,
a#a-lb-close-textlink:hover, a#a-lb-next-textlink:active
{ color: #007d95;} 




