.ui-rotatable-handle {
	position: absolute;
    height: 16px;
    width: 16px;
    cursor: pointer;
    background-image: url(../images/rotate.png);
    background-size: 100%;
    left: 2px;
    top: 2px;
    z-index: 1;
}