/*
    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:999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden;}
#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: #000; }
#colorbox{}
    #cboxTopLeft{width:5px; height:5px; background:url(images/popup-tl.png) no-repeat 0 0;}
    #cboxTopRight{width:5px; height:5px; background:url(images/popup-tr.png) no-repeat 0 0;}
    #cboxBottomLeft{width:5px; height:5px; background:url(images/popup-bl.png) no-repeat 0 0; }
    #cboxBottomRight{width:5px; height:5px; background:url(images/popup-br.png) no-repeat 0 0;}
    #cboxMiddleLeft{width:5px; background: #fff;}
    #cboxMiddleRight{width:5px; background: #fff;}
    #cboxTopCenter{height:5px; background: #fff;}
    #cboxBottomCenter{height:5px; background: #fff;}
    #cboxContent{background:#fff; overflow:hidden; }
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{ padding: 5px 5px 85px; }
        #cboxTitle{position:absolute; bottom:55px; left:0; text-align:center; width:100%; color:#646464; font-size: 16px; }
        #cboxCurrent{position:absolute; bottom: 10px; right:10px; color:#a0a0a0; font-size: 13px; }
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; top:70px; right:0; background:url(images/popup-prev.png) no-repeat 0 0; width:72px; height:40px; text-indent:-9999px;}
        #cboxNext{position:absolute; top:70px; left:0; background:url(images/popup-next.png) no-repeat 0 0; width:72px; height:40px; text-indent:-9999px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center; }
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center; }
       /* #cboxClose{ position:absolute; bottom:5px; left:5px; background:url(images/btns.png) no-repeat -132px -30px; width:66px; height:30px; text-indent:-9999px;}
        #cboxClose.hover { bottom: 4px; opacity: 0.75; -moz-opacity: 0.75; filter:alpha(opacity=75);  }*/
        #cboxClose{ position:absolute; bottom:5px; left:5px; font-size: 13px;
line-height: 26px;
color: #fff;
width: 62px;
height: 26px;
display: block;
margin-right: auto;
background: url(/Content/css/images/greySub.png) no-repeat;
border: 0;
cursor: pointer;
text-align: center;}
        #cboxClose.hover { background-position: 0 bottom;  }

        #cboxLoadedContent.no-padd { padding-bottom: 0 !important; }