﻿img#imgThumbBox {
    position: absolute;
	background: url(/Media/Vendor/image_unavailable.gif) no-repeat center;
}

div#zoomBox {
    position: absolute;
    background-color: #FFF;
    border: 1px solid #CCC;
    width: 300px;
    height: 400px;
    z-index: 1000;
    overflow: hidden;
}

div#zoomIndicator {
    border: 1px solid #FFF;
    cursor: crosshair;
}

div#debugBox {
    position: absolute;
    top: 500px;
    left: 10px;
    border: 1px solid #999;
    background: #000;
    color: #0BF;
    padding: 10px;
}
