#ZoomModal
{
    background: url('../Images/PhotoZoomShadow.png') no-repeat center center;
    display: none;
    height: 518px;
    padding: 7px 0;
    position: relative;
    width: 594px;
}

#ZoomPrev a
{
    background: url('../Images/PhotoZoomPrev.png') no-repeat left center;
    float: left;
    display: block;
    height: 88px;
    margin: 215px 0;
    overflow: hidden;
    text-indent: -2532px;
    width: 38px;
}

#ZoomPrev a:hover
{
    background: url('../Images/PhotoZoomPrev.png') no-repeat right center;
}

#ZoomNext a
{
    background: url('../Images/PhotoZoomNext.png') no-repeat left center;
    display: block;
    float: right;
    height: 88px;
    margin: 215px 0;
    overflow: hidden;
    text-indent: -2532px;
    width: 38px;
}

#ZoomNext a:hover
{
    background: url('../Images/PhotoZoomNext.png') no-repeat right center;
}

#ZoomWrapper
{
    background: #fff;
    float: left;
    height: 498px;
    padding: 10px;
    width: 498px;
}

#ZoomImage
{
    background: #fff url('../Images/iconLoading.gif') no-repeat center center;
    height: 498px;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 498px;
    z-index: 1;
}

#ZoomImage div
{
    display: table-cell;
    height: 498px;
    vertical-align: middle;
    width: 489px;
}

#ZoomImage div img
{
    vertical-align: middle;
}

.ZoomClose
{
    cursor: pointer;
    position: absolute;
    right: 58px;
    top: 27px;
    z-index: 2;
}

.ZoomOverlay
{
    background-color: #000;
}