#whitearea
{
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	position: fixed;
	background: white;
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: none;
}

#xbutton
{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url("images/xbutton.png") no-repeat;
	cursor: pointer;
	display: none;
}

.bildzoom
{
	width: 800px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	background: transparent;
	left: 50%;
	margin-left: -350px;
	display: none;
}

#leftarrow
{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	cursor: pointer;
	background: url("images/pfeillinks.png") no-repeat;
	display: none;
}

#rightarrow
{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 450px;
	cursor: pointer;
	background: url("images/pfeilrechts.png") no-repeat;
	display: none;
}