/*
   ColorBox Core Style:
   The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
   User Style:*/

#cboxOverlay{background: #000; opacity: 0.85;}
<<<<<<< HEAD:wp-content/plugins/mca-video/assets/colorbox.css
#colorbox{ }
#cboxContent{margin-top:35px; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}

#cboxTitle{position: absolute; bottom: 0; width: 100%;  color: #fff; background: url('http://www2.mcachicago.org/wp-content/uploads/2012/11/bg_a.png'); font-size: .8em; } 
#cboxTitle span { padding: .5em; display: block; }
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:35px; height:35px; position:absolute; top:-35px; background:url(images/controls.png) no-repeat 0 0;}
#cboxPrevious{background-position:0px 0px; right:74px;}
#cboxPrevious:hover{background-position:0px -35px;}
#cboxNext{background-position:-35px 0px; right:37px;}
#cboxNext:hover{background-position:-35px -35px;}
#cboxClose{background-position:-70px 0px; right:0;}
#cboxClose:hover{background-position:-70px -35px;}

=======
#colorbox{}
   #cboxContent{margin-top:35px; overflow:visible;}
       .cboxIframe{background:#fff;}
       #cboxError{padding:50px; border:1px solid #ccc;}
       #cboxLoadedContent{background:#000; padding:1px;}
       #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
       #cboxLoadingOverlay{background:#000;}
       #cboxTitle{display: none}
       #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
      #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:35px; height:35px; position:absolute; top:-35px; background:url(../images/controls.png) no-repeat 0 0;}
       #cboxPrevious{background-position:0px 0px; right:74px;}
       #cboxPrevious:hover{background-position:0px -35px;}
       #cboxNext{background-position:-35px 0px; right:37px;}
       #cboxNext:hover{background-position:-35px -35px;}
       #cboxClose{background-position:-70px 0px; right:0;}
       #cboxClose:hover{background-position:-70px -35px;}
