
#mainpopgallery {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background: url("../images/bg-ovl.png");
	z-index: 1001;
	display: none;
}
#mainpopgallery img {
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 1002;
}
#mainpopgallery #popholder {
	margin: 0 auto;
	position: relative;
	background: #FFF;
	padding: 12px;
	z-index: 1002;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}
#mainpopgallery #popholder iframe {

}
#popcontrol {
	position: absolute;
	z-index: 1014;
}
#mainpopgallery #nextpop,
#mainpopgallery #prevpop {
	display: none;
}
#mainpopgallery .nextpop,
#mainpopgallery .prevpop {
	display: block!important;
	cursor: pointer;
	width: 50%;
	float: left;
	height: 100%;
	background: transparent;
	opacity: 0.5;
	z-index: 1015;
}
#mainpopgallery .nextpop:hover {
	background: url("../images/popnav-next.png") no-repeat;
}
#mainpopgallery .prevpop:hover {
	background: url("../images/popnav-prev.png") no-repeat;
}
#bildnr {
	float: left;
	margin: 20px 0 0 0;
	clear: both;
}
#mainpopgallery #popclose {
	width: 30px;
	height: 30px;
	margin: 20px 0 0 0;
	display: block;
	position: relative;
	float: right;
	background: url("../images/close.png") no-repeat;
	cursor: pointer;
}
#mainpopgallery #popclose:hover {
	background: url("../images/close-hv.jpg") no-repeat;
}