#pageloaddiv {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1000;
background: url('../images/Loader/page-loader.gif') no-repeat center center;
}
            
#page-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    top: 0;
    left: 0;
}


 #divLoading
{
 display  : none;
}
#divLoading.show
{
display : block;
position : fixed;
z-index: 9999;
background-image : url("../images/Loader/ajax-loader.gif");

opacity : 0.7;
background-repeat : no-repeat;
background-position : center;
left : 0;
bottom : 0;
right : 0;
top : 0;
}
#loader
{
   background: url("../images/Loader/loader10.gif") repeat scroll 0 0 transparent;
    display: none;
    height: 31px;
    margin: 3% auto 30px;
    position: relative;
    width: 31px;
    z-index: 1000;
}