.ui-rotatable-handle {
    height: 30px;
    width: 25px;
    cursor: pointer;
    background-image: url('../img/rotate.png');
    background-size: 100%;
    background-repeat: no-repeat;
    left: 10px;
    bottom: 4px;
    position: absolute;
}