/*[strip-space="true"]*/
/*[strip-comment="true"]*/

/* dragging styles */
.dragging
{
	position:absolute;
	background: #ff0000 !important;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.drag { cursor: move; }
.drag-x { cursor: e-resize; }
.drag-y { cursor: n-resize; }