
.overlayContainer {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.overlayBackground {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0;
    z-index: 0;
}

.overlayMedia {
    position: absolute;
    height: 560px;
    width: 640px;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -320px;
    background: #000;
    z-index: 0;
    opacity: 0;
}

.overlayMedia .movieNode {
    line-height: 0px;
}

.overlayMedia img {
    margin: 20px;
}

.overlayMedia .apqt-controller {
    position: absolute;
    bottom: 42px;
}

.overlayCloseBtn {
    position: absolute;
    width: 98px;
    height: 22px;
    right: 0px;
    bottom: 20px;
    z-index: 300;
    cursor: pointer;
    background-image: url('/images/ap_gallery/close_large.png');
}

.overlayPrevBtn {
    position: fixed;
    top: 50%;
    height: 86px;
    width: 34px;
    left: 10px;
    bottom: 10px;
    margin: -43px 0 0 0;
    z-index: 300;
    cursor: pointer;
    background-image: url('/images/ap_gallery/overlaygallerysprite.png');
    background-position: 0 -86px;

}

.overlayNextBtn {
    position: fixed;
    top: 50%;
    height: 86px;
    width: 34px;
    right: 10px;
    margin: -43px 0 0 0;
    z-index: 300;
    cursor: pointer;
    background-image: url('/images/ap_gallery/overlaygallerysprite.png');
    background-position: 0 0;
}

.overlayTitle {
    margin-top: 30px;
    font-family: "Helvetica", Arial, Monaco, monospace;
    position: relative;
    padding: 0px 2px;
    color: #FFF;
    line-height: 15px;
    font-size: 12px;
}

.overlayCaption {
    font-family: "Helvetica", Arial, Monaco, monospace;
    position: relative;
    padding: 0 12px 0px 2px;
    color: #999;
    line-height: 15px;
    font-size: 12px;
}

.mediaLoader {
	position: fixed;
	width: 16px;
	height: 16px;
	top: 300px;
	left: 50%;
	margin: 0 0 0 -8px;
	z-index: 300;
}

