.aLoaderBox, .aLoaderClose, .aLoaderShadow {position:fixed; top:0; left:0; width:100%; height:100%; z-index:100001; //position:absolute; //top:expression((document.getElementsByTagName("body")[0].scrollTop) + "px");}
.aLoaderBox {overflow:auto; min-width:1000;  //width: expression((document.body.clientWidth < 1000) ? '1000px' : '100%');}
.aLoaderClose {width:21; height:21;z-index:100002; background:url(../data/aloader-close.gif) top left no-repeat; margin-left:100%; left:-50; margin-top:14; cursor:pointer; display:none;}
.aLoaderShadow {z-index:100000; background-color:#F00; background-image:url(../data/global-shadow.gif)}

.aLoaderBoxTopSepp, .aLoaderBoxBottomSepp { position:relative; width:100%; height:90; background-color:#F00; opacity:0; //filter:alpha(opacity=0); z-index:5;}
.aLoaderContainer { width:100%; position:relative; text-align:center; z-index:10;}

