div.holder {
    left: 0;
    position: relative;
    top: 0;
}
div.holder img.thumb {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
div.tiles {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}
div.hotspots {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
	z-index: 2;
	background:url(../images/transparent.gif);
}
div.holder .grab {
	cursor: default;
}
div.holder .grabbing {
	cursor: move;
}