/*
    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{border:0; padding:0; margin:0;cursor: url(/Content/mickeyhandpointer.cur), pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:7px; left:10px; color:#000;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(Images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(Images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(Images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(Images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;z-index:9999;}
        
a#cboxPrint{position: absolute;width:73px;height:22px;top:4px;right: 60px;text-indent:-9999px;z-index:9999;background:url(Images/controls2.png) no-repeat;background-position: -68px 0;display:none}
    a#cboxPrint:hover{background-position: -68px -26px;cursor: url(/Content/mickeyhandpointer.cur), pointer;}
    
.showPrint a#cboxPrint{display:block}
    
a#cboxSave{position: absolute;width:68px;height:22px;top:4px;right: 140px;text-indent:-9999px;z-index:9999;background:url(Images/controls2.png) no-repeat;background-position: 0 0;}
    a#cboxSave:hover{background-position: 0 -26px;cursor: url(/Content/mickeyhandpointer.cur), pointer;}

a#cboxWatermark{position: absolute;width:350px; height:22px;bottom:5px; right:5px; text-indent:-9999px;z-index:9999;background:url(Images/controls3.png) no-repeat;background-position: 0 0;display:none}
    a#cboxWatermark:hover{background-position:0 -26px;cursor: url(/Content/mickeyhandpointer.cur), pointer;}
    
/*.showWatermark a#cboxWatermark{display:block}*/
.showWatermark a#cboxWatermark{display:none}

/*
  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 IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}