/*
 * CSS file for demonstration of Demandware ImageServer
 */
.img_container
{
	border: 0px none black;
	position: relative;
	width: 375px;
	height: 567px;
}

.wrapper
{
	overflow: hidden;
}

.common {
    position:absolute;
    bottom: 5px;
    border: 0px  none #000;
    z-index: 1000;
}

.cursor {
    cursor: -moz-grab;
}

.pan_cursor {
    cursor: -moz-grabbing;
}

.zoom_button {
    cursor: pointer;
    width: 16px;
	height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.zoom_in {
    right: 36px;
    background: url(images/plussign.png);
}

.zoom_out {
    right: 16px;
    background: url(images/minussign.png);
}

