/*
    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:url(../images/overlay.png) repeat 0 0;*/background-color:#000;}
#colorbox{}
    #cboxTopLeft{width:18px; height:10px; }
    #cboxTopRight{width:17px; height:10px;}
    #cboxBottomLeft{width:18px; height:14px; }
    #cboxBottomRight{width:17px; height:14px; }
    #cboxMiddleLeft{width:18px; }
    #cboxMiddleRight{width:17px; }
    #cboxTopCenter{height:10px; }
    #cboxBottomCenter{height:14px; }
    #cboxContent{background:#fff; /*overflow:hidden;*/}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{text-align:left;/*margin-bottom:28px;*/}
        #cboxTitle{position:absolute; top:-44px; left:0px; text-align:left; width:100%; color:#222;font-size:14px;font-weight:bold;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/cb_border1.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/cb_border1.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/cb_loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/cb_loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:-10px; right:-10px; background:url(../images/cb-close.png) no-repeat center; width:25px; height:25px; text-indent:-9999px;z-index:99999;}
        #cboxClose.hover{background:url(../images/cb-close-hover.png) no-repeat center;}

		#cboxCurrent,#cboxSlideshow,#cboxPrevious,#cboxNext{display:none;visibility:hidden;}

/* IE 6 */
.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {background-image:url(../images/cb_border1.gif);}

.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxBottomCenter{background-image:url(../images/cb_border2.gif);}