#galeria_form {
	text-align: center;
}
#gallery div.kiskepek ul,
#gallery div.kiskepek ul li {
	list-style-type: none;
	background: none;
}
#gallery div.kiskepek ul li{
	clear: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#gallery div.kiskepek ul li a{
	margin: 2px;
	display: block;
	width: 73px;
	height: 73px;
	text-align: center;
}
#gallery div.kiskepek ul li a.aktualis{
	background: #ccc;
}
#gallery div.kiskepek ul li img{
	padding: 1px;
}
#gallery table,
#gallery table tr,
#gallery table tr td {
	border: none;
	vertical-align: middle;
	text-align: center;
}
#gallery #kovetkezo,
#gallery #elozo {
	display: block;
	width: 30px;
	height: 50px;
	overflow: hidden;
	text-indent: -3000px;
	color: #eae3d3;
	background: center center no-repeat #eae3d3;
}
#gallery #elozo{
	background-image: url(/img/arrow_prev.gif);
}
#gallery #elozo:hover{
	background-image: url(/img/arrow_prev_hi.gif);
}
#gallery #kovetkezo{
	background-image: url(/img/arrow_next.gif);
}
#gallery #kovetkezo:hover{
	background-image: url(/img/arrow_next_hi.gif);
}

div.popupLayer {
	htop: 80px;
	position: fixed;
	width:auto;
	margin-left: -230px;
	left: 50%;
	z-index: 5000;
	padding: 20px;
	background-color: #FFFFFF;
}

div.popupAlpha {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #59595b;
	z-index: 4900;
	opacity: 0;
	filter: alpha(opacity=0);
}

div.loading {
	background: #FFFFFF url(/img/loading.gif) no-repeat center center;
}

div.popupLayer img {
	opacity: 0;
	filter: alpha(opacity = 0);
}

div.popupLayer span.title {
	float: left;
	padding-top: 10px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity = 0);
}

div.popupLayer a.close {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 14px;
	width: 14px;
	background: url(/img/close.gif);
}

div.popupLayer a.close:hover {
	background-position: 0 14px;
}
/* IE fixed hack */
* html div.popupAlpha {
	position: absolute;
	height: expression( document.body.clientHeight +'px' );
}
* html div.popupLayer {
	position: absolute;
	top: expression( 20 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) +'px' );*/
}