.clr {
	clear: both;
}
#popgallery .gallery-text a:hover {
	color: #DADAEF;
}
#popgallery ul {
	z-index: 10;
	margin: 20px 0 0;
	padding: 0;
}
#popgallery ul li {
	list-style-type: none;
	float: left;
	position: relative;
	width: 350px;
	display: block;
	height: 350px;
}
#popgallery .gallery-ovl {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #054192;
	padding: 0;
	color: #FFFFFF;
}
#popgallery .gallery-ovl .gallery-text {
	margin: 40px 20px;
	display: block;
}
#popgallery .gallery-ovl h3 {
    color: #FFF;
    text-align: center;
    line-height: 27px;
    padding: 20px 0 0;
}
#popgallery img {
	position: absolute;
}
#popgallery .gallery-open {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	margin: 0 auto;
	background: url(../img/zoom.png) no-repeat;
	cursor: pointer;
	top: 70%;
}
.zoomactive {
	background: url(../img/zoomactive.png) no-repeat!important;
}

#mainpopgallery {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/bg-ovl.png);
	z-index: 1001;
	padding: 20px 0;
	display: none;
}
#mainpopgallery #popholder {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	background: #555;
	width: 650px;
	height: 700px;
	z-index: 1004;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;

}
#mainpopgallery #popimage {
	width: 650px;
	height: 650px;
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 1005
}
#mainpopgallery img {
	position: absolute;
	display: block;
	z-index: 1006;
}
#prevpop, #nextpop {
	width: 50%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1010;
	cursor: pointer;
}
#nextpop {
	left: 325px;
}
#mainpopgallery #bildtext {
	margin: 20px 0 0;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
}
#popclose {
	width: 30px;
	height: 30px;
	top: 20px;
	display: block;
	position: relative;
	float: right;
	background: url(../img/close.png) no-repeat;
	cursor: pointer;
}