/*
    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%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    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:#000;background: rgba(0,0,0,0.95);}
#colorbox{font: 12px Tahoma, Arial,sans-serif;}
    #cboxContent{margin-top:20px; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#0a2b53; padding:15px 15px 60px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
        #cboxTitle{overflow:auto; position:absolute; bottom:36px; left:10px; right: 10px; text-align:center; color:#fff; word-wrap: break-word; font-size:1em; font-weight: bold;max-width:100%; background:transparent; padding:1px 7px; }
        #cboxCurrent{position:absolute; bottom:11px; right:36px; color:#333; background: #fff;font-weight:bold; padding:1px 7px; border: 1px solid #ccc; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow: 1px 1px 3px #888; -moz-box-shadow: 1px 1px 3px #888; -webkit-box-shadow: 1px 1px 3px #888;}
        #cboxSlideshow{position:absolute; bottom:11px; left:10px; color:#000; overflow:visible; border: 1px solid #555; background:#eee; padding:1px 7px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow: 1px 1px 3px #888; -moz-box-shadow: 1px 1px 3px #888; -webkit-box-shadow: 1px 1px 3px #888;}
        #cboxPrevious{opacity:0;filter:alpha(opacity=0);position:absolute; top:36%; left:10px; margin-top:-32px; background:url(images/prev.png) no-repeat; width:64px; height:32px; text-indent:-9999px;}
        #cboxPrevious.hover{opacity:1;filter:alpha(opacity=100);background-position:bottom left;}
        #cboxNext{opacity:0;filter:alpha(opacity=0);position:absolute; top:36%; right:10px; margin-top:-32px; background:url(images/next.png) top right no-repeat; width:64px; height:32px; text-indent:-9999px;}
        #cboxNext.hover{opacity:1;filter:alpha(opacity=100);}
        #cboxLoadingOverlay{background:#0a2b53; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom: 8px; right: 5px; 
        display:block; 
        width:22px; height:22px; 
        line-height: 22px; text-align: center; 
        z-index: 9999; color: #fff;
        border: 2px solid #fff;
        border-radius: 14px; -webkit-border-radius: 14px; -moz-border-radius: 14px;
        }
        #cboxClose:hover {
        color: #7e8426;
        border-color: #7e8426;
        }
        