#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99999;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#outerImageContainer .close {
    position: absolute;
    top: 15px;
    left: 100px;
    cursor: pointer;
    padding: 0 !important;
    width: 9px;
    height: 9px;
}

#lightboxEcard {
    position: absolute;
    font-size: 11px;
    bottom: 0px;
    right: 0px;
    width: 300px;
    height: 150px;
    background-color: #FFFFFF;
    padding: 10px;
}

#ecardLink {
    position: absolute;
    bottom: 0;
    right: 0;
}

#outerImageContainer .close img {
    width: 9px !important;
    height: 9px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    float: left;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#nextLink {
    position: absolute;
    right: 10px;
    display: block;
    width: 16px;
    height: 29px;
    overflow: hidden;
}

#prevLink {
    position: absolute;
    display: block;
    left: 10px;
    width: 16px;
    height: 29px;
    overflow: hidden;
}

#prevLink img, #nextLink img {
    float: left;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 500px;
    background-color: #fff;
}


