/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox2, #cboxOverlay2, #cboxWrapper2{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay2{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft2, #cboxBottomLeft2{clear:left;}
#cboxContent2{position:relative;}
#cboxLoadedContent2{overflow:auto;}
#cboxTitle2{margin:0;}
#cboxLoadingOverlay2, #cboxLoadingGraphic2{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious2, #cboxNext2, #cboxClose2, #cboxSlideshow2{cursor:pointer;}
.cboxPhoto2{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe2{width:100%; height:100%; display:block; border:0;}
#colorbox2, #cboxContent2, #cboxLoadedContent2{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.
*/
#cboxOverlay2{background:#4d4d4d;}
#colorbox2{}
    #cboxTopLeft2{width:14px; height:14px; background:url(images/controls.gif) no-repeat 0 0;}
    #cboxTopCenter2{height:14px; background:url(images/border.gif) repeat-x top left;}
    #cboxTopRight2{width:14px; height:14px; background:url(images/controls.gif) no-repeat -36px 0;}
    #cboxBottomLeft2{width:14px; height:43px; background:url(images/controls.gif) no-repeat 0 -32px;}
    #cboxBottomCenter2{height:43px; background:url(images/border.gif) repeat-x bottom left;}
    #cboxBottomRight2{width:14px; height:43px; background:url(images/controls.gif) no-repeat -36px -32px;}
    #cboxMiddleLeft2{width:14px; background:url(images/controls.gif) repeat-y -175px 0;}
    #cboxMiddleRight2{width:14px; background:url(images/controls.gif) repeat-y -211px 0;}
    #cboxContent2{background:#fff; overflow:visible;}
        .cboxIframe2{background:#fff;}
        #cboxError2{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent2{margin-bottom:5px;}
        #cboxLoadingOverlay2{background:url(images/loading_background.gif) no-repeat center center;}
        #cboxLoadingGraphic2{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle2{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent2{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        #cboxPrevious2, #cboxNext2, #cboxClose2, #cboxSlideshow2{position:absolute; bottom:-29px; background:url(images/controls.gif) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious2{left:0px; background-position: -51px -25px;}
        #cboxPrevious2:hover{background-position:-51px 0px;}
        #cboxNext2{left:27px; background-position:-75px -25px;}
        #cboxNext2:hover{background-position:-75px 0px;}
        #cboxClose2{width:84px; right:0; background:url(images/close.gif) no-repeat 0px 0px; }
        #cboxClose2:hover{background-position:0px 0px;}
/*        #cboxClose2{width:80px; right:0; background:url(images/close_btn.gif) no-repeat 0px 0px; }
        #cboxClose2:hover{background-position:0px -24px;} */

        .cboxSlideshow_on2 #cboxSlideshow2{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on2 #cboxSlideshow2:hover{background-position:-150px 0px;}
        .cboxSlideshow_off2 #cboxSlideshow2{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off2 #cboxSlideshow2:hover{background-position:-125px 0px;}