
















/* Resize: begin */
#resizeMe
{
	position: absolute;
	width: 128px;
	height: 96px;
	left: 0px;
	top: 0px;
	cursor: move;
	/*background-image: url(original.jpg);*/
	background-position: 0 0px ;
	background-repeat: no-repeat;
	background: yellow;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
#resizeSE,
#resizeE,
#resizeNE,
#resizeN,
#resizeNW,
#resizeW,
#resizeSW,
#resizeS
{
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #000;
	border: 1px solid #fff;
	overflow: hidden;
}
#resizeSE{
	bottom: -10px;
	right: -10px;
	cursor: se-resize;
}
#resizeE
{
	top: 50%;
	right: -10px;
	margin-top: -5px;
	cursor: e-resize;
}
#resizeNE
{
	top: -10px;
	right: -10px;
	cursor: ne-resize;
}
#resizeN
{
	top: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: n-resize;
}
#resizeNW{
	top: -10px;
	left: -10px;
	cursor: nw-resize;
}
#resizeW
{
	top: 50%;
	left: -10px;
	margin-top: -5px;
	cursor: w-resize;
}
#resizeSW
{
	left: -10px;
	bottom: -10px;
	cursor: sw-resize;
}
#resizeS
{
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: s-resize;
}
#resizeContainer
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 640px;
	height: 480px;
	background-color: #ccc;
	background-image: url("http://www.yousomething.com/demos/image_cropper/original.jpg");
}
/* Resize: end */