
div.hiddenen{
	position: fixed;
	width: 100%;
	z-index: 4;
	height: 100%;
	visibility: hidden;	
}

td.hiddenen{
	height: 400px;
	width: 800px;
	background-color: #ffffff;
	text-align: left; 
	vertical-align: top;
	padding: 20px;
	color: #000044;
	font-size: 10pt;
	border: 10px #aaaaaa solid;

}

div.galerenen{
	position: fixed;
	width: 100%;
	z-index: 3;
	height: 100%;
	visibility: visible;	
	text-align: center;
	padding-top: 20px;
	top: 0px;
	left: 0px;
}
div.pager{
	width: 90%;
	min-width: 300px;
	background-color: #ffffff;
	margin: 0px auto;
	overflow: hidden;
	height: 90%;
	border: 10px #aaaaaa solid;

}

div.exit{
	text-decoration: underline;
	cursor: pointer;
	border: #c0c0c0 1px solid;
	color: #c0c0c0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 5px;
	font-size: 8pt;
	border-radius: 5px;
}
div.exit:hover{
	text-decoration: none;
	border: #000000 1px solid;
	color: #000000;
}
img.genimg{
	height: 90%;
}



.gal{
	border: 2px solid #dadada;
	filter:alpha(opacity=99);
    -moz-opacity: 0.99;
    -khtml-opacity: 0.99;
    opacity: 0.99;
    cursor:pointer;
    clear: left;
}

.gal:hover{
	border-color: #ff0000;
}

.gal_act{
	border: 2px solid #c0c0c0;
	filter:alpha(opacity=99);
    -moz-opacity: 0.99;
    -khtml-opacity: 0.99;
    opacity: 0.99;
}

.ico{
	width: 250px; 
}


div.ibut1{
	width: 85px;
	background-image: url(../images/ibut1.png);
	margin-left: 121px;
	padding: 10px;
	position: absolute;
	color: #ffffff;
	font-variant: small-caps;
	cursor: pointer;
	font-size: 10pt;
	border-radius: 3px;
}
div.ibut1:hover{
	background-image: url(../images/ibut1a.png);
}
div.ibut2{
	width: 84px;
	background-image: url(../images/ibut2.png);
	margin-left: 15px;
	padding: 10px;
	position: absolute;
	color: #ffffff;
	font-variant: small-caps;
	cursor: pointer;
	font-size: 10pt;
	border-radius: 3px;

}
div.ibut2:hover{
	background-image: url(../images/ibut2a.png);
}

div.price{
	text-align: center;
	padding-bottom: 10px;
	color: #000000;
	font-size: 8pt;
}