/* ColorBox Core Styles */
#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: visible;
    }
    
#cboxLoadedContent { 
    overflow: auto;
    }
    
#cboxLoadedContent iframe {
    display: block; 
    width: 100%; 
    height: 100%; 
    border: 0;
    }
    
#cboxTitle {
    margin: 0;
    }
    
#cboxLoadingOverlay, 
#cboxLoadingGraphic {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%;
    }
    
#cboxPrevious, 
#cboxNext, 
#cboxClose, 
#cboxSlideshow {
    cursor: pointer;
    }
    
/* Colorbox Appearance Styles */
#cboxOverlay {
    background: #666;
    }
    
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
    width: 30px;
    }
    
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight {
    height: 30px;
    }
    
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    height: 60px;
    }  
    
#cboxTopLeft {
    background: url(/images/borderTopLeft.png) 0 0 no-repeat;
    _background-image: url(/images/borderTopLeft.gif);
    }    
    
#cboxTopCenter {
    background: url(/images/borderTopCenter.png) 0 0 repeat-x;
    _background-image: url(/images/borderTopCenter.gif);
    }    
    
#cboxTopRight {
    background: url(/images/borderTopRight.png) 0 0 no-repeat;
    _background-image: url(/images/borderTopRight.gif);
    }    
    
#cboxBottomLeft {
    background: url(/images/borderBottomLeft.png) 0 0 no-repeat;
    _background-image: url(/images/borderBottomLeft.gif);
    }    
    
#cboxBottomCenter {
    background: url(/images/borderBottomCenter.png) 0 0 repeat-x;
    _background-image: url(/images/borderBottomCenter.gif);
    }    
    
#cboxBottomRight {
    background: url(/images/borderBottomRight.png) 0 0 no-repeat;
    _background-image: url(/images/borderBottomRight.gif);
    }    
    
#cboxMiddleLeft {
    background: url(/images/borderMiddleLeft.png) 0 0 repeat-y;
    _background-image: url(/images/borderMiddleLeft.gif);
    }    
    
#cboxMiddleRight {
    background: url(/images/borderMiddleRight.png) 0 0 repeat-y;
    _background-image: url(/images/borderMiddleRight.gif);
    }    
    
#cboxContent {
    background: #fff;
    }
    
#cboxLoadedContent {
    margin-bottom: 10px;
    }
    
#cboxTitle {
    position: absolute; 
    bottom: -28px; 
    left: 5px; 
    text-align: left; 
    width: 80%; 
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #949494;
    }
    
#cboxCurrent {
    position: absolute; 
    bottom: -27px; 
    right: 63px; 
    color: #949494;
    text-align: right;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    }
    
#cboxSlideshow {
    position: absolute; 
    bottom: -32px; 
    right: 30px; 
    color: #0092ef;
    }                
    
#cboxPrevious {
    position: absolute; 
    bottom: -32px; 
    right: 30px; 
    z-index: 100;
    background: url(/images/controls.png) -25px 0px no-repeat;
    _background-image: url(/images/controls.gif);
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    }                
    
#cboxPrevious:hover, 
#cboxPrevious.hover {
    background-position: -25px -25px;
    cursor: pointer;
    }                
    
#cboxNext {
    position: absolute;
    bottom: -32px;
    right: 2px;
    background: url(/images/controls.png) 0px 0px no-repeat;
    _background-image: url(/images/controls.gif);
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    }                
    
#cboxNext:hover, 
#cboxNext.hover {
    background-position: 0px -25px;
    cursor: pointer;
    }            
    
#cboxLoadingOverlay {
    background: url(/images/loading_background.png) center center no-repeat;
    _background-image: url(/images/loading_background.gif);
    }  
    
#cboxLoadingGraphic {
    background: url(/images/loading.gif) center center no-repeat;
    }          
    
#cboxClose {
    position: absolute;
    top: -23px;
    right: -23px;
    background: url(/images/controls.png) -50px 0px no-repeat;
    _background-image: url(/images/controls.gif);
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    }            
    
#cboxClose:hover, 
#cboxClose.hover {
    background-position: -50px -25px;
    }
