/*
    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;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer; color: #000000;}
.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:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:rgba(0, 0, 0, 0.70);}

/*#colorbox{ box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.62); border: 20px solid #000000; margin-left: -20px;}*/

#colorbox{background:rgba(0, 0, 0, 1); padding: 20px; margin-left: -10px;}
#cboxContent{background: #000000; margin: 20px 0 0 20px; }

        
         #cboxClose{
         position: absolute; 
         top: -52px; 
         right: -20px; 
         height: 52px; 
         width: 72px;
         background: #000000 url('images/colorbox-close.gif') 0 0;
         }
         
         #cboxClose:hover{
         position: absolute; 
         top: -52px; 
         right: -20px; 
         height: 52px; 
         width: 72px;
         background: #000000 url('images/colorbox-close.gif') 0 72px;
         border-bottom: 0;
         }         