.image-zoom {
    cursor: pointer;
}

div#uoImageZoom_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
    background: #fff;
}
	
div.uoImageZoom_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

    div#uoImageZoom_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('uoImageZoom_shadow_n.png') repeat-x;
}

div#uoImageZoom_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('uoImageZoom_shadow_ne.png') no-repeat;
}

div#uoImageZoom_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('uoImageZoom_shadow_e.png') repeat-y;
}

div#uoImageZoom_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('uoImageZoom_shadow_se.png') no-repeat;
}

div#uoImageZoom_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('uoImageZoom_shadow_s.png') repeat-x;
}

div#uoImageZoom_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('uoImageZoom_shadow_sw.png') no-repeat;
}

div#uoImageZoom_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('uoImageZoom_shadow_w.png') repeat-y;
}

div#uoImageZoom_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('uoImageZoom_shadow_nw.png') no-repeat;
}
