.boxContent/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
.colorBoxWrapper{ width:800px; height:100%; padding:0; background:#fff; }
.popupTitle{
    padding-top: 15px;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #eee;
}
/*.boxContent{ margin:5px 10px; }*/
/*.boxContent ul{ margin:0; padding:0;}
.boxContent ul li{ margin:0; padding:0; list-style:none; list-style-position:inside;}*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0;  left:0; z-index:999999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; }
#cboxLoadedContent{overflow:auto;height:250px}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height: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;}

#cboxOverlay{background:rgba(0,0,0,.8);}
#colorbox{ border-radius:3px!important;}
    #cboxContent{background:none; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px;}
        #cboxLoadedContent{ background:#fff;}
        #cboxLoadingOverlay{background:url(../../javascript/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../../javascript/colorbox/images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        #cboxPrevious, #cboxNext,  #cboxSlideshow{position:absolute; bottom:-29px; background:url(../../javascript/colorbox/images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
		#cboxClose{
            position: absolute;
            top: 20px;
            width: 15px;
            height: 15px;
            text-indent: -9999px;
            cursor: pointer;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: 10;

        }body[dir="ltr"] #cboxClose{
            right: 20px;
        }body[dir="rtl"] #cboxClose{
            left: 20px;
        }
        #cboxClose:before, #cboxClose:after {
            content: "";
            position: absolute;
            background: #666;
        }
        #cboxClose:before {
            width: 2px;
            height: 16px;
            top: 0;
            left: 50%;
            margin-left: -1px;
        }
        #cboxClose:after {
            width: 16px;
            height: 2px;
            top: 50%;
            left: 0;
            margin-top: -1px;
        }
        #cboxClose.white:before, #cboxClose.white:after {
            background: #fff;
        }



        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        /*#cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}*/

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}