#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;-webkit-overflow-scrolling:touch;}
#cboxTitle{margin-left:5px;}
#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;max-width:none;}
.cboxIframe{width:100%;height:100%;display:block;border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
#colorbox{border:none;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;-khtml-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;-webkit-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 1);-moz-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 1);box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 1);}
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxTopCenter{height:0px;background:#fecc00 repeat-x bottom left;}
#cboxContent{background:#fecc00;}
.cboxIframe{background:#fecc00;}
#cboxError{padding:50px;border:1px solid #ccc;}
#cboxLoadedContent{border:5px;background:#fecc00;}
/*#cboxTitle{position:absolute;top:9px;left:5px;color:#000;right:150px;overflow:hidden;height:54px;font-size:13px;}*/

#cboxTitle{
    position: relative;
    top: -51px;
    left: 0;
    color: #fff;
    right: 0;
	height: 100%;
    font-size: 18px;
    float: none !important;
    width: auto;
    padding: 13px;
    text-align: center;
    background: #009746;
    border-radius: 0px !important;
    margin-right: 0px;
    margin-left: 0;
}
#cboxCurrent{position:absolute;top:-24px;right:92px;color:#ccc;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;background-color:#fecc00;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active{outline:0;}
#cboxSlideshow{position:absolute;top:-26px;right:26px;background:url(images/controls.png) no-repeat -120px -25px;width:25px;height:25px;text-indent:-9999px;}
#cboxSlideshow:hover{background-position:-120px -0px;}
#cboxPrevious{position:absolute;top: 50%; left: 36px;background:url(images/controls.png) no-repeat -50px -25px;width:25px;height:25px;text-indent:-9999px;}
#cboxPrevious:hover{background-position:-50px 0;}
#cboxNext{position:absolute;top: 50%;right:36px;background:url(images/controls.png) no-repeat -75px -25px;width:25px;height:25px;text-indent:-9999px;}
#cboxNext:hover{background-position:-75px -0px;}
#cboxClose{position:absolute;top:10px;right:2px;*margin-top:0px;*margin-right:-10px;display:block;*background:url(images/controls.png) no-repeat top center;*background-position:-95px -25px;width:28px;height:19px;color:#bc9a0b;*text-indent:-9999px;}
#cboxClose .fa{font-size:20px;}
#cboxClose:hover{background-position:-94px 0px;}
.cboxSlideshow_on, .cboxSlideshow_off{right:26px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-120px -25px;right:26px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-120px 0px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-145px -25px;right:26px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-145px 0px;}
