@CHARSET "ISO-8859-1";
/*This is a copy of the ColorBox CSS, edited specifically for the home splash page. - Maggie Dziong 14.07.2010*/

/*
    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.
*/
#splashbox, #sboxOverlay, #sboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#sboxOverlay{position:fixed; width:100%; height:100%;}
#sboxMiddleLeft, #sboxBottomLeft{clear:left;}
#sboxContent{position:relative; overflow:hidden;}
#sboxLoadedContent{overflow:auto;}
#sboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#sboxTitle{margin:0;}
#sboxLoadingOverlay, #sboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#sboxClose{cursor: pointer; position:absolute; top:5px; right:20px; background:url(../images/close.png) 0 0 no-repeat; width:93px; height:35px; text-indent:-9999px;}


/* 
    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.
*/
#sboxOverlay{background:url(../images/overlay.png) 0 0 repeat;}
#splashbox{}
    /*#cboxContent{background:#000;}*/
       /* #cboxLoadedContent{margin-bottom:28px;}*/
        #sboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #sboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #sboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
/*        #cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}*/
   
		




