/*
    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.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:hidden !important;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxDescription{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    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.
*/
#cboxOverlay{background:#000;}
#colorbox{-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.75);-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.75);box-shadow:4px 4px 5px rgba(0,0,0,0.75);}
    #cboxTopLeft{display:none;}
    #cboxTopRight{display:none;}
    #cboxBottomLeft{display:none;}
    #cboxBottomRight{display:none;}
    #cboxMiddleLeft{display:none;}
    #cboxMiddleRight{display:none;}
    #cboxTopCenter{display:none;}
    #cboxBottomCenter{display:none;}
    #cboxContent{background-color:#fff;padding:10px;}
        #cboxLoadedContent{position:relative;}
        #cboxTitle{position:absolute; bottom:50px; width:250px; height:55px; color:#FF6600; font-size:23px; font-family:Tahoma; vertical-align:bottom;}
		#cboxDescription{position:absolute; bottom:30px; width:640px; color:#121212; font-size:14px; font-family:Arial; line-height:15px; word-spacing:-1px; font-weight:bold; }
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; top:42%; left:-25px; background:transparent url("../img/gallery/prev2.png") no-repeat scroll 0 0; width:50px; height:22px; text-indent:-9999px;-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.75);-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.75);box-shadow:4px 4px 5px rgba(0,0,0,0.75);}
        #cboxNext{position:absolute; top:42%; right:-25px; background:transparent url("../img/gallery/next2.png") no-repeat scroll 0 0; width:50px; height:22px; text-indent:-9999px;-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.75);-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.75);box-shadow:4px 4px 5px rgba(0,0,0,0.75);}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/ajax-loader.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:-15px; right:-21px; background:transparent url("../img/gallery/close.png") no-repeat scroll 0 0; width:34px; height:34px; text-indent:-9999px;}

/*
    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.
    
    => Moved to qm.inc.php for friendly url compatibility
*/


