/*
    BorederBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of borderbox.
*/


#borderbox, #bboxOverlay, #bboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#bboxOverlay{position:fixed; width:100%; height:100%;}
#bboxMiddleLeft, #bboxBottomLeft{clear:left;}
#bboxContent{position:relative; overflow:hidden;}
#bboxLoadedContent{overflow:auto;}
#bboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#bboxTitle{margin:0;}
#bboxLoadingOverlay, #bboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#bboxPrevious, #bboxNext, #bboxClose, #bboxSlideshow{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.
*/
/* #bboxOverlay{background:url(images/overlay.png) 0 0 repeat;} */
#borderbox{}
   /* #bboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #bboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #bboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;} */
	
    #bboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -50px no-repeat;}
/*
#bboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #bboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
  */
    #bboxTopCenter{height:21px; background:url(images/border1.png) 0 0 repeat-x;}
    #bboxBottomCenter{height:21px; background:url(images/border1.png) 0 -29px repeat-x;}

 
   #bboxContent{background:#fff;}
   /*
   #bboxLoadedContent{margin-bottom:28px;}
        #bboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #bboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #bboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #bboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #bboxPrevious.hover{background-position:-75px -25px;}
        #bboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #bboxNext.hover{background-position:-50px -25px;}
	*/	
        #bboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #bboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}

#bboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #bboxClose.hover{background-position:-25px -25px;}
/*
    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.
    borderbox 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.
*/

/*
.bboxIE #bboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.bboxIE #bboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.bboxIE #bboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.bboxIE #bboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.bboxIE #bboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.bboxIE #bboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.bboxIE #bboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.bboxIE #bboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
*/
