/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#sppro_colorbox, #sppro_cboxOverlay, #sppro_cboxWrapper{position:absolute; top:0; left:0; z-index:999999; overflow:hidden;}
#sppro_cboxOverlay{position:fixed; width:100%; height:100%;}
#sppro_cboxMiddleLeft, #sppro_cboxBottomLeft{clear:left;}
#sppro_cboxContent{position:relative;}
#sppro_cboxLoadedContent{overflow:auto;}
#sppro_cboxTitle{margin:0;}
#sppro_cboxLoadingOverlay, #sppro_cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#sppro_cboxPrevious, #sppro_cboxNext, #sppro_cboxClose, #sppro_cboxSlideshow{cursor:pointer;}
.sppro_cboxPhoto{float:left; margin:auto; border:0; display:block;}
.sppro_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.
*/
#sppro_cboxOverlay{background:#000;}
#sppro_colorbox{}
    #sppro_cboxContent{margin-top:20px;}
        .sppro_cboxIframe{background:#fff;}
        #sppro_cboxError{padding:50px; border:1px solid #sppro_ccc;}
        #sppro_cboxLoadedContent{border:5px solid #000; background:#fff;}
        #sppro_cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #sppro_cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #sppro_cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #sppro_cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #sppro_cboxPrevious:hover{background-position:bottom left;}
        #sppro_cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #sppro_cboxNext:hover{background-position:bottom right;}
        #sppro_cboxLoadingOverlay{background:#000;}
        #sppro_cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #sppro_cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #sppro_cboxClose:hover{background-position:bottom center;}