/*
    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{ }
    #cboxContent{ margin-top:26px;  }
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; border:1px solid #999; -moz-box-shadow: 0 0 3px #eee; -webkit-box-shadow: 0 0 3px #eee; box-shadow: 0 0 3px #eee; }
        #cboxTitle{position:absolute; top:-26px; left:5px; color:#222; font-size:14px;}
        #cboxCurrent{position:absolute; top:-23px; right:28px; color:#666;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:1px; margin-top:-27px; background:url(images/controlsnew.png) no-repeat 0 0; width:29px; height:54px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:0 -54px;}
        #cboxNext{position:absolute; top:50%; right:1px; margin-top:-27px; background:url(images/controlsnew.png) no-repeat -100px 0; width:29px; height:54px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-100px -54px;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:-26px; right:0px; display:block; background:url(images/controlsnew.png) no-repeat -200px 0; width:25px; height:21px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-200px -54px;}