

#loader
{
    background-color:transparent;
    display: inline;
    float: left;
    height: 376px;
    overflow: hidden;
    margin: auto;
    width: 951px;
    position: relative;
    text-align: center;
  z-index:-1;
}
 
#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( '/FedFiles/en/Poolife/Images/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
    z-index:0;
}