
#divSelect {
	position:absolute;
	height:140px;
	width:120px;
	z-index:2000;
	padding:0;
	border: 1px solid #FF0000;
}
#divSelect .border{
	position:absolute;
	width:6px;
	height:6px;
	overflow:hidden;
	background-color:#FF0000;
	z-index:3001;
	padding:0;
}
#topLeft{
left:0px;top:0px;cursor:NW-resize;
}
#topRight{
right:0px;top:0px;cursor:NE-resize;
}
#bottomLeft{
left:0px;bottom:0px;cursor:SW-resize;
}
#bottomRight{
right:0px;bottom:0px;cursor:SE-resize;
}
#resultDiv {
	margin:0;
	width:120px;
	height:140px;
	background:url('http://img.sns.donews.com/images/bg4.gif' no-repeat);
	overflow:hidden;
	padding:0;
}
#cropDrag {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	cursor:move;
	z-index:3000;
}

#Pic2 {
	position:absolute;
	height:140px;
	width:120px;
	z-index:2000;
	padding:0;
	border: 1px solid #FF0000;
}
#Pic2 .border{
	position:absolute;
	width:6px;
	height:6px;
	overflow:hidden;
	background-color:#FF0000;
	z-index:3001;
	padding:0;
}
#topLeft1{
left:0px;top:0px;cursor:NW-resize;
}
#topRight1{
right:0px;top:0px;cursor:NE-resize;
}
#bottomLeft1{
left:0px;bottom:0px;cursor:SW-resize;
}
#bottomRight1{
right:0px;bottom:0px;cursor:SE-resize;
}
#img2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	cursor:move;
	z-index:3000;
}
