/*
    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:#FFF;}
#colorbox{}
    #cboxTopLeft{width:31px; height:31px; background:url(images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:31px; height:31px; background:url(images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:31px; height:31px; background:url(images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:31px; height:31px; background:url(images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:31px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:31px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:31px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:31px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:transparent; overflow:visible;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:transparent; padding:1px;}
        #cboxLoadingGraphic{display: none;}
        #cboxLoadingOverlay{background:transparent;}
        #cboxTitle{font-family: Helvetica; z-index:9999; position:absolute; bottom:-1.9em; right:-110px; width:310px; color:#FFF; font-size: 0.9em; line-height: 1.5;}
        #cboxCurrent{position:absolute; top:0px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:26px; height:26px; position:absolute; top:-31px; z-index:9999;}
        #cboxPrevious{background:url(../img/colorbox_prev.png) no-repeat 0 0; right:62px;}
        #cboxPrevious.hover{background-position:0px -26px;}
        #cboxNext{background:url(../img/colorbox_next.png) no-repeat 0 0; right:31px;}
        #cboxNext.hover{background-position:0px -26px;}
        #cboxClose{background:url(../img/colorbox_close.png) no-repeat 0 0; right:0;}
        #cboxClose.hover{background-position:0 -26px;}
