﻿#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; overflow:hidden; background:#000;}
#cboxLoadedContent{overflow:hidden; background:#000;}
#cboxLoadedContent iframe{background:#000;display:block; width:100%; height:100%; border:0}
#cboxLoadedContent iframe html,#cboxLoadedContent iframe body{background:#000;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}


#cboxOverlay{background:#222;}

#colorBox{}
    #cboxTopLeft{width:10px; height:10px; background:url(colorbox/top_left.png) 0 0 no-repeat;}
    #cboxTopCenter{height:10px; background:url(colorbox/top_middle.png) 0 0px repeat-x;}
    #cboxTopRight{width:10px; height:10px; background:url(colorbox/top_right.png) right 0 no-repeat;}
    #cboxBottomLeft{width:10px; height:10px; background:url(colorbox/bottom_left.png) 0 0px no-repeat;}
    #cboxBottomCenter{height:10px; background:url(colorbox/bottom_middle.png) 0 0px repeat-x;}
    #cboxBottomRight{width:10px; height:10px; background:url(colorbox/bottom_right.png) right 0px no-repeat;}
    #cboxMiddleLeft{width:10px; background:url(colorbox/middle_left.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:10px; background:url(colorbox/middle_right.png) right 0 repeat-y;}
    #cboxContent{background:#000;}
    #cboxLoadedContent{margin-bottom:20px; background:#000; padding:0px 0px;}
    #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
    #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
    #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
    #cboxPrevious{position:absolute;  color:#444;}
    #cboxNext{position:absolute; color:#444;}
    #cboxLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #000;}
    #cboxClose{position:absolute; text-indent:-9999px; top:2px; right:5px; width:24px; z-index:100; height:24px; display:block; color:#444; background:url('colorbox/close.png') top left no-repeat;}


#cboxPrevious
{
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(colorbox/prev.jpg) top left no-repeat;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
}
#cboxNext
{
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(colorbox/next.jpg) top right no-repeat;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
}

