#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;padding:15px 0 0 0;}
#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; 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;}

#cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxClose{background:url(images/hclose.png) no-repeat;}
    #cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight{display:none;}
    #cboxContent{background:#fff; overflow:hidden; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
        #cboxError{padding:50px; border:1px solid #ccc;color: red;text-align: center;}
        #cboxLoadedContent{margin:10px 0 0;}
        #cboxTitle{position:absolute;top:0;left:0;width:100%; text-align:center; font-size: 13px;color: #fff;line-height: 35px;height: 35px;background-color: #a51c30;}
        #cboxCurrent{position:absolute;top:0;left:100px; color:#999;}
        #cboxSlideshow{position:absolute;top:0;right:42px; color:#444;}
        #cboxPrevious{position:absolute;top:0;left:0; color:#444;}
        #cboxNext{position:absolute;top:0;left:50px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(images/load.gif) no-repeat center center;height: 100px;}
 		#cboxClose{border:0; padding:0; margin:0; position:absolute;top:12px;right:20px; display:block;width:12px;height:12px; text-indent:-9999px; outline: none;}
