#fader {
	width: 100%;
	margin: 0;
	padding: 0;
	visibility: hidden;
	z-index: 9990;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}

#zoomViewer {
	visibility: hidden;
	padding: 0;
	z-index: 99991;
	border: 1px solid #000;
	clip: rect(0, 100%, 100%, 0);
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 70%;
	height: 50%;
	background-color: #fff;
}

#zoomViewerImage {
	cursor: move;
}

#zoomViewerClose {
	position: absolute;
	right: 0;
	z-index: 1000;
	background-color: #fff;
}

#zoomViewerControls {
	visibility: hidden;
	z-index: 99999;
	position: absolute;
	bottom: 50px;
	right: 30px;
	width: 125px;
	height: 210px;
}

#zoomViewerZoom {
	position: absolute;
	top: 40px;
	width: 100%;
	text-align: center;
}

#zoomViewer a span {
	display: none;
}

#zoomViewerControls a span {
	display: none;
}

#zoomViewerMove a {
	display: block;
	width: 25px;
	height: 25px;
}

#zoomViewerControls div {
	clear: left;
}

#moveRight {
	position: absolute;
	top: 30px;
	left: 60px;
	background-image: url(/shop/Common/images/moveRight.gif);
}

#moveLeft {
	position: absolute;
	top: 30px;
	left: 0px;
	background-image: url(/shop/Common/images/moveLeft.gif);
}

#moveUp {
	position: absolute;
	top: 0px;
	left: 30px;
	background-image: url(/shop/Common/images/moveUp.gif);
}

#moveDown {
	position: absolute;
	top: 60px;
	left: 30px;
	background-image: url(/shop/Common/images/moveDown.gif);
}

#moveCenter {
	position: absolute;
	top: 30px;
	left: 30px;
	background-image: url(/shop/Common/images/moveCenter.gif);
}

#zoomIn {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	left: 12px;
	background: url(/shop/Common/images/imgZoomer.gif) no-repeat;
}

#zoomOut {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	left: 48px;
	background: url(/shop/Common/images/imgZoomer.gif) -26px 0 no-repeat;
}

#innerZoomIn {
	width: 27px;
	height: 27px;
	position: absolute;
	bottom: 10px;
	right: 53px;
	background: url(/shop/Common/images/imgZoomer.gif) no-repeat;
}

#innerZoomOut {
	width: 27px;
	height: 27px;
	position: absolute;
	bottom: 10px;
	right: 18px;
	background: url(/shop/Common/images/imgZoomer.gif) -26px 0 no-repeat;
}

#zoomClose {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(/shop/Common/images/imgZoomer.gif) -53px 0 no-repeat;
}

#zoomViewerMove {
	position: absolute;
	top: 100px;
	width: 100%;
}

#innerZoom a span {
	display: none;
}

