/*
    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;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#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;}

/* 
    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:#000;}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background: none;}
    #cboxTopCenter{height:14px; background: none;}
    #cboxTopRight{width:14px; height:14px; background: none;}
    #cboxBottomLeft{width:14px; height:43px; background: none;}
    #cboxBottomCenter{height:43px; background: none;}
    #cboxBottomRight{width:14px; height:43px; background: none;}
    #cboxMiddleLeft{width:14px; background: none;}
    #cboxMiddleRight{width:14px; background: none;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{padding: 11px 11px 32px; box-shadow: 0 0 10px #000000; margin-bottom: 0px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle {
            color: #7C7C7C;
            font-family: Arial;
            font-size: 17px;
            left: 0;
            position: absolute;
            text-align: center;
            width: 100%;
        }
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
            height: 33px;
            position: absolute;
            text-indent: -9999px;
            top: 50%;
            width: 23px;
        }
        #cboxPrevious {
            background: url("/catalog/view/theme/hitechshop/image/next-prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        }
        #cboxNext {
            background: url("/catalog/view/theme/hitechshop/image/next-prev.png") no-repeat scroll -15px -33px rgba(0, 0, 0, 0);
        }
        #cboxPrevious{
            background-position: -16px -1px;
            left: 5px;
            top: 50%;
        }
        #cboxPrevious:hover{background-position: -17px -1px;}
        #cboxNext{right: 4px; background-position: -16px -40px; left: auto;}
        #cboxNext:hover{background-position: -15px -40px;}
        #cboxClose {
            background: url("images/close-button.png") no-repeat scroll center center rgba(0, 0, 0, 0);
            height: 30px;
            right: -13px;
            top: -15px;
            width: 30px;
        }
        #cboxClose:hover{background-position: center center;}
        
        .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;}