/* the background overlayer */
.lightboxBackground {position:fixed; overflow:hidden; left:0px; top:0px; width:100%; height:100%; background:#000000; z-index:10; opacity:0.8 !important;}

/* the actual lightbox */
.lightbox {border-style:solid; border-width:12px; border-color:#ffffff; background:#000000; z-index:11;}

/* lightbox contents - background to images, etc */
.lightboxContent {position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:12;}

/* when an Iframe is used, found some alignment issues, this corrects for that */
.lightboxIFrameContent {position:absolute; top:0px; left:0px; margin-right:1px; width:100%; height:100%; border-style:solid; border-color:#000000; border-width:1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow:hidden;}

/* overlayer for images - prevent right click and save */
/* can include watermark image here as background      */
.lightboxOverlayer {position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:13;}

/* close button */
.lightboxCloseButton {position:absolute; background: url(../images/lightboxSE/close_grey.png) no-repeat right center #ffffff; left:-50px; top:0px; width:75px; height:25px; margin-left: -63px; margin-top: 10px; z-index:15; cursor:pointer;}

/* the caption bar */
.lightboxCaptionBar {position:absolute; bottom:0px; left:0px; width:100%; height:50px; background: #ffffff; z-index:15;}

/* the text for the caption */
.lightboxCaptionText {position:absolute; left:10px; bottom:10px; margin:0; padding:0; width:60%; height:auto; font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#333; z-index:15; overflow:hidden; font-weight:bold; line-height:normal;}

/* previous slide button */
.lightboxPrevButton {position:absolute; background: url(../images/lightboxSE/prev_grey.gif) no-repeat left top; width:63px; height:32px; left:0px !important; top:60px !important; margin-left: 0px; margin-top: 0px; z-index:16; cursor:pointer;}

/* next slide button */
.lightboxNextButton {position:absolute; background: url(../images/lightboxSE/next_grey.gif) no-repeat left top; width:63px; height:32px; top:60px !important; margin-left: -62px; margin-top: 0px; z-index:16; cursor:pointer;}

/* play slide button */
.lightboxPlayButton {position:absolute; background: url('../images/lightboxSE/play_grey.png'); width:64px; height:20px; left:-50px; top:0px;
 margin-left: -60px; margin-top: -30px; visibility: visible; z-index:16;}

/* pause slide button */
.lightboxPauseButton {position:absolute; background: url('../images/lightboxSE/pause_grey.png'); width:64px; height:20px; left:-50px; top:0px; margin-left: -60px; margin-top: -30px; visibility: hidden; z-index:16;}
