/*-- fotogalerie --*/
.thumbnail {
	float: left;
	margin: 5px 5px 0 0;
	overflow: hidden;
}
.thumbnail IMG {
	border: 1px solid #365262;
}
/*
	width: 115px;
	height: 90px;
*/
/*-- fotogalerie --*/
#photo {
	color: #ff6600;
	background: #994566 url('img/bg-loading.gif') center center no-repeat;
	text-align: left;
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
}
#photo DIV.margin {
	padding: 10px;
}
#photo DIV.close {
	background: #994566 url('img/icon-pic-close.gif') top right no-repeat;
	position: absolute;
	width: 85px;
	height: 18px;
	top: 10px;
	right: 10px;
	overflow: hidden;
}
#photo UL.nav {
	background-color: #994566;
	position: absolute;
	top: 10px;
	height: 10px;
	width: 66px;
	height: 18px;
	margin: 0;
	padding: 0;
}
#photo UL.nav LI {
	background: url('img/icon-pic-first.gif') top left no-repeat;
	list-style-type: none;
	float: left;
	width: 16px;
	height: 14px;
}
#photo UL.nav LI.first 		{ background: url('img/icon-pic-first.gif') top left no-repeat; }
#photo UL.nav LI.prev 		{ background: url('img/icon-pic-prev.gif') top left no-repeat; }
#photo UL.nav LI.next 		{ background: url('img/icon-pic-next.gif') top left no-repeat; }
#photo UL.nav LI.last 		{ background: url('img/icon-pic-last.gif') top left no-repeat; }
#photo UL.nav LI.first_off 	{ background: url('img/icon-pic-first_off.gif') top left no-repeat; }
#photo UL.nav LI.prev_off 	{ background: url('img/icon-pic-prev_off.gif') top left no-repeat; }
#photo UL.nav LI.next_off 	{ background: url('img/icon-pic-next_off.gif') top left no-repeat; }
#photo UL.nav LI.last_off 	{ background: url('img/icon-pic-last_off.gif') top left no-repeat; }
#photo UL.nav A,
#photo DIV.close A {
	color: #ff6600;
	font-size: 10px;
	text-decoration: none;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
#photo DIV.close A {
	top: 2px;
	padding-left: 5px;
}
#photo A {
	color: #ff6600;
	font-size: 10px;
	text-decoration: none;
}
#photo img {
	color: #ff6600;
	font-size: 10px;
	text-decoration: none;
}
#photo DIV SPAN,
#photo UL.nav SPAN {
	display: none;
}
#photo P {
	font-size: 10px;
	margin: 0;
	padding: 4px 0 0 0;
}

#shadow {
	display: none;
	position: absolute;
	z-index: 900;
}
