#imagoLoadingDiv {
	position: absolute;
	top: 2px;
	left: 0px;
	z-index:10;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5; -khtml-opacity:0.5;
	z-index: 25;
	margin-top: 30px; /* wegen overlay = gleicher margin wie photo - wenn overlay weg, kommentieren! */
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('img/loading.gif') no-repeat center center;
	background-color: #000;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
	z-index: 100;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 0px;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 0px;
	bottom: 0px;
	background: url('img/nextImg.png') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 0px;
	width: 200px;
	top: 0px;
}

a.imago_navPreviousImage {
	left: 0px;
	width: 200px;
	top: 0px;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center center;
}

/* sildeshow */
#slideshow {
	position: absolute;
	left: 5;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 10px;
}/* sildeshow */
#slide_sek{
	display: inline;
	margin-left: 10px;
}
#slideshow a#slide_link, #slideshow a#slide_link:visited {
	text-decoration: none;
	color: #BE2F00;
}  

#slide_nav{
	position: absolute;
	display: inline;
	width: 8px;
	height: 12px;
	margin-left: -3px;
	margin-top: 2px;
}
#slide_nav img{
	float: left;
	width: 8px;
	height: 5px;
	cursor: pointer;
	margin: 1pt;
	margin-top: 0pt;
	padding: 0px;
}