﻿#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
}

.loader {
    background: url(../Images/loading.gif) no-repeat center center;
    width: 100%;
    height: 100%;
}


a {
    cursor:pointer;
}