.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:1000px;  //width: expression((document.body.clientWidth < 1000) ? '1000px' : '100%');}
.aLoaderClose {width:34px; height:34px; z-index:100002; background:url(../../data/aloader-close.gif) no-repeat; margin-left:100%; left:-91px; margin-top:25px; cursor:pointer; display:none;}
.aLoaderShadow {z-index:100000; background-color:#F00;}

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