/*
    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;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow: visible !important; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    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;}
#colorbox{outline:0;overflow:visible !important;}
    #cboxTopLeft{display:none;width:0;height:0;background:url(../images/border.png) left top no-repeat;}
    #cboxTopRight{display:none;width:0;height:0;background:url(../images/border.png) right top no-repeat;}
    #cboxBottomLeft{display:none;width:0;height:0;background:url(../images/border.png) left bottom no-repeat;}
    #cboxBottomRight{display:none;width:0;height:0;background:url(../images/border.png) right bottom no-repeat;}
    #cboxMiddleLeft{display:none;width:0;background:url(../images/border-003.png) left top repeat-y;}
    #cboxMiddleRight{display:none;width:0;background:url(../images/border-003.png) right top repeat-y;}
    #cboxTopCenter{display:none;height:0;background:url(../images/border-002.png) left top repeat-x;}
    #cboxBottomCenter{display:none;height:0;background:url(../images/border-002.png) left bottom repeat-x;}
    #cboxContent{background:#fff;border:4px solid #aeb3c6;float:none !important;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
		
		/*
		#cboxClose{position:absolute; top:26px; right:26px;display:block;background: url(../images/icon-croix-large-off.png) center center no-repeat #b3b7c9;height:50px;width:50px;text-indent:-9999px;border:2px solid #b3b7c9;}
		#cboxClose:hover {background: url(../images/icon-croix-large.png) center center no-repeat #fff;}
		*/
		#cboxClose{position: absolute;right: 5px;top: 5px;text-decoration: none;cursor: pointer;display: block;background: url(../images/icon-croix-off.png) center center no-repeat #b3b7c9;height: 24px;width: 24px;text-indent: -9999px;border: 2px solid #b3b7c9;}
		#cboxClose:hover {background: url(../images/icon-croix.png) center center no-repeat #fff;}