/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxDyfOverlay, #cboxDyfWrapper{position:absolute; top:0; left:0; z-index:999999; overflow:hidden;}
#cboxDyfOverlay{position:fixed; width:100%; height:100%;}
#cboxDyfMiddleLeft, #cboxDyfBottomLeft{clear:left;}
#cboxDyfContent{position:relative;}
#cboxDyfLoadedContent{overflow:auto;}
#cboxDyfTitle{margin:0;}
#cboxDyfLoadingOverlay, #cboxDyfLoadingGraphic{position:absolute; top:50%; left:50%; width:100%; height:100%;}
/*#cboxDyfPrevious, #cboxDyfNext, */#cboxDyfClose, #cboxDyfSlideshow{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.
*/
#cboxDyfOverlay{background:#2C2A29;}
#colorbox{}
/*
    #cboxDyfTopLeft{width:24px; height:24px; background:url(/customize/js/colorbox/images/border1.png) no-repeat 0 0;}
    #cboxDyfTopCenter{height:24px; background:url(/customize/js/colorbox/images/border1.png) repeat-x 0 -94px;}
    #cboxDyfTopRight{width:24px; height:24px; background:url(/customize/js/colorbox/images/border1.png) no-repeat -72px 0;}
    #cboxDyfBottomLeft{width:24px; height:24px; background:url(/customize/js/colorbox/images/border1.png) no-repeat 0 -70px;}
    #cboxDyfBottomCenter{height:24px; background:url(/customize/js/colorbox/images/border1.png) repeat-x 0 -169px;}
    #cboxDyfBottomRight{width:24px; height:24px; background:url(/customize/js/colorbox/images/border1.png) no-repeat -72px -70px;}
    #cboxDyfMiddleLeft{width:24px; background:url(/customize/js/colorbox/images/border2.png) repeat-y 2px 0;}
    #cboxDyfMiddleRight{width:24px; background:url(/customize/js/colorbox/images/border2.png) repeat-y -74px 0;}
*/
    #cboxDyfContent{background:#fff; display:inline-block;}
        .cboxIframe{background:#fff;}
        #cboxDyfError{padding:50px; border:1px solid #ccc;}
        #cboxDyfTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxDyfCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxDyfSlideshow{position:absolute; bottom:0px; right:0; color:#444;}
/*        #cboxDyfPrevious{width:40px; height:40px; position:absolute; top:50%; left:-51px; color:#444; background:url(/customize/js/colorbox/images/prev.png) no-repeat top center; font-size: 0.1em; text-indent: -9999px;}
        #cboxDyfNext{width:40px; height:40px; position:absolute; top:50%; right:-51px; color:#444; background:url(/customize/js/colorbox/images/next.png) no-repeat top center; font-size: 0.1em; text-indent: -9999px;}*/
        #cboxDyfLoadingOverlay{
            background: url(/common/images/loading.gif) no-repeat 5px 5px;
            background: none\9;
        }
        /* #cboxDyfClose{position:absolute; top:0; right:0; display:block; width:27px; height:27px; background:url(/customize/js/colorbox/images/close.png) no-repeat top left; font-size: 0.1em; text-indent: -9999px;} */
        #cboxDyfClose{background: url("/common/images/img-btn-modal-close.png") no-repeat scroll left top rgba(0, 0, 0, 0); display: block; font-size: 0.1em; height: 14px; position: absolute; right: 20px; text-indent: -9999px; top: 20px; width: 14px; }
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxDyfTopLeft,
.cboxIE #cboxDyfTopCenter,
.cboxIE #cboxDyfTopRight,
.cboxIE #cboxDyfBottomLeft,
.cboxIE #cboxDyfBottomCenter,
.cboxIE #cboxDyfBottomRight,
.cboxIE #cboxDyfMiddleLeft,
.cboxIE #cboxDyfMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
