/*
    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{background:#FFFFFF;overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow, #cboxNextThumb, #cboxPrevThumb{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{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: #000000;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;padding: 30px 50px 0px 50px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:158px;}
        body.onlyonephoto #cboxLoadedContent{margin-bottom:0px;}
        #cboxTitle{position:absolute; bottom:110px; left:5%;text-align:center; width:90%; color:#333;padding: 10px 0px 10px 0px;}
        body.onlyonephoto #cboxTitle{bottom:10px;}
        #cboxCurrent{position:absolute; top:5px; left:5px; color:#333;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#333;}
        #cboxPrevious{position:absolute; top:50%; left:10px; background:url(/images/content/grey-arrow-left.png) no-repeat 0 0; width:15px; height:49px; text-indent:-9999px;display:none;margin-top:-100px;}
        /*#cboxPrevious:hover{background-position:-75px -25px;}*/
        #cboxContent:hover #cboxPrevious {display: block;}
        #cboxNext{position:absolute; top:50%; right:10px; background:url(/images/content/grey-arrow-right.png) no-repeat 0px 0; width:15px; height:49px; text-indent:-9999px;display: none;margin-top:-100px;}
        #cboxNextThumb{position:absolute; bottom:30px; right:30px; background:url(/images/content/grey-arrow-right.png) no-repeat 0px 0; width:15px; height:49px; text-indent:-9999px;display: none;}
        #cboxPrevThumb{position:absolute; bottom:30px; left:30px; background:url(/images/content/grey-arrow-left.png) no-repeat 0 0; width:15px; height:49px; text-indent:-9999px;display:none;}
        /*#cboxNext:hover{background-position:-50px -25px;}*/
        #cboxContent:hover #cboxNext {display: block;}
        #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:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}
        #cboxThumbs {width: 430px;height: 108px;position: absolute; bottom: 0px;left: 50%;margin-left: -215px;}
            #cboxThumbList {list-style-type: none;text-align:center;margin: 4px 0px 0px 0px;padding: 0px 0px 0px 0px;height: 105px;overflow:hidden;}
                #cboxThumbList li {display: inline;margin-left: 2px; margin-right: 2px;}
                #cboxThumbList li img {width: 100px; height: 100px;cursor: pointer;opacity: .8;display: inline;border: solid #CCC 1px;}
                #cboxThumbList li img.active {border: solid #999 1px;opacity: 1;}
                #cboxThumbList li img:hover {opacity: 1;}
        body.onlyonephoto #cboxThumbs {display:none;}

#cboxTopLeft
,#cboxTopRight
,#cboxBottomLeft
,#cboxBottomRight
,#cboxMiddleLeft
,#cboxMiddleRight
,#cboxTopCenter
,#cboxBottomCenter {display: none;}

#cboxContent {border: 10px solid #fff;border-radius: 6px;box-shadow: 0px 0px 0px 10px #7579BF;margin: 10px;}
body.page.pond-and-lake #cboxContent {border: 10px solid #fff;border-radius: 6px;box-shadow: 0px 0px 0px 10px #6CB33F;margin: 10px;}
body.page.water-gardens-fish-ponds #cboxContent {border: 10px solid #fff;border-radius: 6px;box-shadow: 0px 0px 0px 10px #0084A9;margin: 10px;}
body.page.ponds-lakes-learning-center #cboxContent {border: 10px solid #fff;border-radius: 6pxbox-shadow: 0px 0px 0px 10px #7579BF;margin: 10px;}
body.page.sale-items #cboxContent {border: 10px solid #fff;border-radius: 6px;box-shadow: 0px 0px 0px 10px #C41230;margin: 10px;}
body.page.water-gardens-fish-ponds-learning-center #cboxContent {border: 10px solid #fff;border-radius: 6px;box-shadow: 0px 0px 0px 5px #7579BF;margin: 10px;}

/*
  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 #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}