.leveling{
	position:relative;
	width:800px;
	overflow:hidden;
}

.leveling .big-image{
	position:relative;
	width:500px;
	height:500px;
	border:1px solid #3b3d3f;
	overflow:hidden;
}


.leveling .big-image img, .leveling .big-image .img{
	position:absolute;
	display:none;
}

.leveling .tools{
	list-style-type:none;
	padding:5px;
	margin:0;
	background:#17191c;
	border:1px solid #3b3d3f;
	border-left:0;
	position:absolute;
	top:100px;
	left:601px;
}

.leveling .tools li{
	display:block;
	margin:0;
	padding:0;
	height:32px;
	width:32px;
	cursor:pointer;
	background:no-repeat;
}


.leveling .tools .pan{
	background-image:url(/f/1/global/icon-pan.gif);
}

.leveling .tools .zoomin{
	background-image:url(/f/1/global/icon-zoomin.gif);
}

.leveling .tools .zoomout{
	background-image:url(/f/1/global/icon-zoomout.gif);
}

.leveling .tools .selected{
	background-position:-32px 0;
	cursor:default;
}

.leveling .zoom-rect{
	position:absolute;
	border:1px solid #7e0303;
	background:#eb3e31;
	opacity:0.5;
	z-index:2;
	font-size:0;
	padding:0 !important;
	margin:0 !important;
}

.tool-zoomin .big-image, .tool-zoomout .big-image{
	cursor:crosshair;
}

.tool-pan .big-image{
	cursor:move;
}