a.clip_zoomin, a.clip_zoomout {
	background:url("clip_control.png");
	width:16px;
	height:16px;
	display:block;
}
div.clip_area {
	width:288px;
	height:288px;
	border:2px solid #888;
	background:#888;
	overflow:hidden;
	cursor:pointer;
}

a.clip_zoomin:hover {
	background-position: -16px 0px;
}
a.clip_zoomout {
	background-position: -32px 0px;
}
a.clip_zoomout:hover {
	background-position: -48px 0px;
}
div.zoom_pct {
	background:url("clip_control.png") -71px 0px;
	width:240px;
	height:16px;
	overflow:hidden;
	text-align:left;
}
div.zoom_pct span{
	background:url("clip_control.png") -315px 0px;
	width:11px;
	height:16px;
	display:block;
	overflow:hidden;
	position:relative;
}

.clipa60 {
	filter:alpha(opacity=60);
	opacity:0.6;
	background:#fff;
}

#image_clipper {
	margin:30px 0 0 0;
}

#clip_controls {
	table-layout:fixed;
	width:288px;
	height:16px;
	margin:10px 0;
}
