.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url(ide_zoomout.cur), pointer;
	float:left;
	overflow:hidden;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_sc {
	overflow: hidden;
	padding:20px;
	height:406px !important;
	width:568px;
}
.zoomimage img {
	position: absolute;
}

.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position:relative;
	height: 30px;
	overflow: hidden;
	float:right;
	width:250px !important;
	overflow:hidden;
	z-index:9999;
	
}
.zoomimage_prev {
	background: url(arrownew-prev.gif) no-repeat center;
	width: 42px;
	height: 21px;
	position: absolute;
	top:9px;
	right: 175px;
}
.zoomimage_drag {
	background: url(idenew_move.gif) no-repeat center;
	width: 42px;
	height: 21px;
	position: absolute;
	top:9px;
	right: 65px;
	cursor:move;
}
.zoomimage_close {
	background:url(idenew_fclose.gif) no-repeat center;
	width: 42px;
	height: 21px;
	position: absolute;
	top:9px;
	right: 10px;
	cursor:pointer;
}
.zoomimage_next {
	background: url(arrownew-next.gif) no-repeat center;
	width: 42px;
	height: 21px;
	position: absolute;
	top:9px;
	right: 120px;
}
.zoomin { cursor: url(ide_zoomin.cur), pointer;}