/*
    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; /* overflow:hidden; */ zoom:1; width:100%; height:100%;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{/* overflow:auto; */ overflow:hidden !important;}
#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:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}

    /* #cboxContent{background:#FEFDFB; overflow:hidden; padding:60px; border:1px solid #dfdacd;} */
    #cboxContent{background:#FEFDFB; /* overflow:hidden; */ position:relative; zoom:1; width:100%; height:100%; padding:60px; border:1px solid #dfdacd;}
        .cboxIframe{background:#FEFDFB;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px; overflow:hidden !important;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494; visibility:hidden;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; top:50%; left:-100px; margin-top:-200px; background:url(../images/colorbox/btn_prev.gif) no-repeat 0 50%; width:50px; height:400px;
                      text-indent:-9999px; -moz-transition: all 0.2s ease-in; -webkit-transition:all 0.2s ease-in; border:none;}
        #cboxPrevious:hover{opacity:0.5; filter:alpha(opacity=50); -moz-transition: all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;}
        #cboxNext{position:absolute; top:50%; right:-100px; margin-top:-200px; background:url(../images/colorbox/btn_next.gif) no-repeat 0 50%; width:50px; height:400px;
                  text-indent:-9999px; -moz-transition: all 0.2s ease-in; -webkit-transition:all 0.2s ease-in; border:none;}
        #cboxNext:hover{opacity:0.5; filter:alpha(opacity=50); -moz-transition: all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/top/img_loader.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:20px; right:20px; background:url(../images/menu/btn_zoomout.gif) no-repeat 0 0; width:45px; height:45px; text-indent:-9999px; border:none;}


