#jqSwOverlay_overlay_back {
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 900;
	display: none;
}

#jqSwOverlay_overlayContainer {
    background-color: #FFFFFF;
    height: auto;
    max-height: calc(100% - 40px);
    left: 50%;
    position: relative;
    top: 50%;
    width: max-content;
    max-width: calc(100% - 40px);
    z-index: 9999;
	border-radius: 10px;
	padding: 20px 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 10px #000, 0 0 4px 1px #555 inset;
    transform: translate(-50%, -50%);
}

#jqSwOverlay_overlayContent{
	
}

#jqSwOverlay_closeImg {
    /*background-image: url('images/close2.png');
    background-repeat: no-repeat;*/
    /*height: 45px;
    width: 45px;*/
    position: absolute;
    right: 8px;
    top: 8px;
}

#jqSwOverlay_overlayCloseLink{
	padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 20px;
}

#jqSwOverlay_swirl_overlay {
    background-image: url("../images/swirl.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 300px 300px;
    height: 100%;
    width: 100%;
	display: none;
}