.ui-rotatable-handle {
	position: absolute;
    width: 88px;
  	height: 78px;
    cursor: pointer;
    background-image: url(../images/kaiten-icon.png);
    background-size: 100%;
    bottom: 0px;
    right: 0px;
}

.ui-resizable-handle {
    position: absolute;
    width: 78px;
    height: 78px;
    cursor: pointer;
    background-image: url(../images/resize_icon.png);
    background-size: 100%;
    bottom: 0px;
    right: 0px;
}