.cg-overlay-trigger, .cg-overlay-trigger img {
    display: block;
    clear: both;
    margin: 0 0 20px 29px;
}

#cg-overlay {
    position: absolute;
    width: 100%;
	display: none;
}

#cg-overlay .cg-content {
    font-family: arial, verdana, sans-serif;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 665px;
    height: 366px;
	margin-left: -333px;
	margin-top: -183px;
    padding: 10px;
    z-index: 10002;
    overflow: hidden;
    -moz-opacity: 1;
    opacity: 1;
}

#cg-overlay .cg-fade {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10001;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#cg-overlay img {
    width: 304px;
    height: auto;
    float: left;
    margin-top: 40px;
}

.cg-overlay-prose {
    width: 314px;
    height: 224px;
    float: right;
    font: normal 14px/1.15 Arial, sans-serif;
    color: #a3a9a7;
    text-align: left;
    margin-right: 35px;
}

.cg-overlay-prose p {
    font-size: 1em;
    line-height: 1.3;
}

.cg-overlay-prose h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0 10px;
    color: #f5b903;
}

#cg-overlay .advanceToDestination {
    background: url("/curiousgeorge/img/goto_cgdotcom.png");
    background-color: #f5b903;
    width: 215px;
    height: 55px;
    display: block;
    text-indent: -999em;
    margin: 30px 0 0 50px;
}

#cg-overlay .close-btn {
    background: url("/curiousgeorge/img/explorer-close-btn.png") no-repeat center top transparent;
    border: none;
    outline: none;
    text-indent: -999em;
    position: absolute;
    width: 30px;
    height: 32px;
    top: 8px;
    right: 10px;
    z-index: 100;
}

#cg-overlay .close-btn:hover {
    cursor: pointer;
    background-position: center bottom;
}

#cg-overlay .cg-overlay-close:hover { cursor: pointer; }

#cg-overlay .backToPbsKids {
    background: url("/curiousgeorge/img/bridge_assets.png") 0 -136px no-repeat;
    text-indent: -9999px;
    display: block;
    width: 245px;
    height: 43px;
    position: absolute;
    bottom: 24px;
    left: 20px;
}