/*
    ColorBox Core Style:
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; outline:0;}
#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;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; outline:0;}

/* 
    User Style:
*/
#cboxOverlay{background:#000;}
#colorbox{}

    #cboxContent{background:#2b2b2b; overflow:visible;}
        #cboxLoadedContent{margin-bottom:60px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
        #cboxTitle{min-height: 20px;position:absolute; bottom:17px; left:30px; text-align:left; width:500px; font-size: 9pt; color:#CCC;}
        #cboxCurrent{position:absolute; bottom:22px; right:312px; color:#CCC; text-transform: uppercase; font-size: 12px;}
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
          position:absolute; height:26px; bottom:17px; text-indent:-9999px;
          background-position: top;
        }
        #cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
          background-position: bottom;
        }
        #cboxPrevious{right:216px; background:url(../images/colorbox/sprites/prev.png) no-repeat 0px 0px; width:81px; }
        #cboxNext{right:125px; background:url(../images/colorbox/sprites/next.png) no-repeat 0px 0px; width:81px; }
        #cboxClose{right:30px; background:url(../images/colorbox/sprites/close.png) no-repeat 0px 0px; width:85px; }
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
        
        #photogalleryBody #cboxTitle { padding-left: 150px; width: 390px; }
        #cboxContent .download { display: block; width: 126px; height: 26px; position: absolute; left: 0; bottom: 0px; cursor:pointer; background:url(../images/colorbox/sprites/download.png) no-repeat 0px 0px; }
        #cboxContent .download:hover { background-position: bottom; }