.openimage {
    cursor: url(/lib/zoomimage/images/zoomin.cur), default;
}

.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url(/lib/zoomimage/images/zoomout.cur), default;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_s {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.zoomimage_st {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.zoomimage_stl {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background:transparent url(/images/a1.png);
}
.zoomimage_stc {
	overflow: hidden;
	height: 50px;
	margin: 0 50px;
	border-top: 3px solid #888888;
	background: #FFF;
}
.zoomimage_str {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background:transparent url(/images/a2.png) no-repeat;
}
.zoomimage_sc {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
}
.zoomimage_scl {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 50px;
	background:#FFF;
	border-left: 3px solid #888888;
}
.zoomimage_scr {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background:#FFF;
	border-right: 3px solid #888888;
}
.zoomimage_scc {
	margin: 50px 50px;
	height: 100%;
	background:#FFF;
	overflow: hidden;
}
.zoomimage_sb {
	position: absolute;
	overflow: hidden;
	bottom: -88px;
	left: 0px;
	width: 100%;
	height: 50px;
}
* html .zoomimage_sb
{
	bottom: -88;
}
.zoomimage_sbl {
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 47px;
	left: 0px;
	top: 0px;
	background: #FFF;
	border-left: 3px solid #888888;
	border-bottom: 3px solid #888888;
}
* html .zoomimage_sbl
{
	height: 50px;
}
.zoomimage_sbc {
	height: 47px;
	overflow: hidden;
	margin: 0px 50px;
	border-bottom: 3px solid #888888;
	background: #FFF;
}
* html .zoomimage_sbc {
	height: 50px;
}
.zoomimage_sbr {
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	background:transparent url(/images/a4.png) no-repeat;
}
.zoomimage img {
	position: absolute;
	display: none;
	margin-top: 50px;
}
.zoomimage_caption {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 100%;
}
.zoomimage_caption p {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.zoomimage_loading {
	background-image: url(/lib/zoomimage/images/ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}
.zoomimage_prev {
	background: #fff url(/lib/zoomimage/images/zoomimage_prev.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background: #fff url(/lib/zoomimage/images/zoomimage_next.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}