
/* transcript overlay */
#transcript_container {width:100%; background-image:url(../images/controls/background.png); height:100%; position:fixed; top:0; left:0; display:none;}



#transcriptoverlay_close {display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
#transcript_frame {max-width:459px; width:100%; margin:10px auto 0 auto; position:relative; box-sizing:border-box; background:#fff; padding:6px 8px;}
#transcript {padding:3px 4px; border:1px solid #dcdcdc;}
#transcript_top {padding:6px 7px; border:1px solid #dcdcdc;}
#transcript_close {display:block; position:absolute; top:0px; right:0px;}
#transcript_text {margin:0; padding:0px; font-size:12px; line-height:1.1em}
#transcript_hdr {margin:0; padding:0 0 8px 0; font-family:"trajan-pro-3", sans-serif; font-weight:700; font-size:12px;}
#transcript_text p {margin:0; padding:0 0 6px 0;}

@media only screen and (min-width: 768px) {
#transcript_frame {padding:14px 15px;}
#transcript_top {padding:16px 7px;}
#transcript_text {margin:0; padding:0px; font-size:14px; line-height:1.1em}
#transcript_hdr {margin:0; padding:0 0 13px 0; font-family:"trajan-pro-3", sans-serif; font-weight:700; font-size:14px;}	
#transcript_text p {padding:0 0 13px 0;}
}

/* slideshow overlay */
#slideshow_container {width:100%; background-image:url(../images/controls/background.png); height:100%; position:fixed; top:0; left:0; display:none;}
#slideshow_dismisslayer {display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
#slideshow_dismisslink {display:block; position:absolute; left:50%; bottom:-50px; width:81px; height:14px; background:url(../images/close.png) 0 0 no-repeat; text-indent:-9999px; margin-left:-40px;}

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { width:100%; min-width:320px; max-width:700px; margin: 100px auto; padding: 0; position: relative;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;
 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom:-40px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 12px; height: 12px; 
    display: inline-block; color: #969696; cursor: pointer; margin:0 4px;
}
.cycle-pager span.cycle-pager-active { color: #3c7896;}
.cycle-pager > * { cursor: pointer;}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
}




/* video overlay */
#video_container {width:100%; background-image:url(../images/controls/background.png); height:100%; position:fixed; top:0; left:0; display:none;}
#video_close {display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
#video_dismisslink {display:block; width:100px; margin:0 auto; text-align:center; padding:0px 0 0 0;}
#video_section {max-width:852px; margin:40px auto 0 auto; width:100%;}