/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#newcolorbox{-webkit-box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.75);}
#newcolorbox, #newcboxOverlay, #newcboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#newcboxOverlay{position:fixed; width:100%; height:100%;}
#newcboxMiddleLeft, #newcboxBottomLeft{clear:left;}
#newcboxContent{position:relative; overflow:hidden; padding:15px 0 0 0;}
#newcboxLoadedContent{overflow:auto;}
#newcboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#newcboxTitle{margin:0;}
#newcboxLoadingOverlay, #newcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#newcboxPrevious, #newcboxNext, #newcboxClose, #newcboxSlideshow{cursor:pointer;}
.newcboxElement{outline:none;}
/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#newcboxOverlay{background-color:#434343; opacity: 0.3; filter: alpha(opacity=30);}
#newcolorbox{}
    #newcboxTopLeft{width:21px; height:21px; background:url(controls.png) no-repeat -100px 0;}
    #newcboxTopRight{width:21px; height:21px; background:url(controls.png) no-repeat -129px 0;}
    #newcboxBottomLeft{width:21px; height:21px; background:url(controls.png) no-repeat -100px -29px;}
    #newcboxBottomRight{width:21px; height:21px; background:url(controls.png) no-repeat -129px -29px;}
    #newcboxMiddleLeft{width:21px; background:url(controls.png) left top repeat-y;}
    #newcboxMiddleRight{width:21px; background:url(controls.png) right top repeat-y;}
    #newcboxTopCenter{height:21px; background:url(borderTopCenter.png) 0 0 repeat-x;}
    #newcboxBottomCenter{height:21px; background:url(borderBottomCenter.png) 0 0 repeat-x;}
    #newcboxContent{background:#f2f2f2;}
        #newcboxLoadedContent{}
        #newcboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #newcboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #newcboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #newcboxPrevious{position:absolute; bottom:0; left:0px; background:url(controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
        #newcboxPrevious.hover{background-position:-75px -25px;}
        #newcboxNext{position:absolute; bottom:0; left:27px; background:url(controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
        #newcboxNext.hover{background-position:-50px -25px;}
        #newcboxLoadingOverlay{background:url(loading_background.png) no-repeat center center;}
        #newcboxLoadingGraphic{background:url(loading.gif) no-repeat center center;}
        #newcboxClose{position:absolute; top:15px; right:10px; background:url(cbxClosebtn.png) no-repeat 0px 0px; width:25px; height:25px; text-indent:-9999px;}
        #newcboxClose.hover{}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/

