#d_Pre_Loader { display:none; position:fixed; top:50%; left:50%; margin-left:-125px; height:100px; margin-top:-50px; z-index:26; width:250px; padding-bottom:10px; font-size:120%; text-align:center; font-weight:normal;  }
#d_Pre_Loader_Overlay { display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background-color:#E9E9E9; background:rgb(255,255,255); background:transparent\9; background:rgba(255,255,255,0.8); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); zoom:1; z-index:25; }

#d_Pre_Loader > div {
  background-color: #ccc;
  height: 100%;
  width: 6px;
  display: inline-block;
margin-right:5px;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#d_Pre_Loader > div:last-of-type { margin-right:0px; }

#d_Pre_Loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#d_Pre_Loader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

#d_Pre_Loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#d_Pre_Loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}