.thumb {
	height: 90px;
	width: 115px;
	border: solid 3px;
	border-color: #800000;
}
.draged {
	position: absolute; 
}
img {
	border-color: #6F97A7;
}
#view1 { 
	position: relative; 
	top: 0; 
	left: 0; 
}
#view2 { 
	top: 4; 
	left: 1; 
	height: 366px;
	width: 466px;
	border: solid 3px;
	border-color: #800000;
}
#clip { 
	width: 246; 
	height: 196; 
	clip: rect(0 246 196 0); 
	overflow: hidden; 
	white-space: pre; 
}
#selected { 
	position: absolute;
	top: 4000; 
	left: 4000; 
	border: solid lime;
	border-width: 3px;
	width: 10;
	height: 10;
	z-index: 1000;
}
