.pCPane #pCrot {
    width: 22px;
    height: 22px;
    background-image: url("../images/rotateHandle.gif");
    font-size: 0pt;
    display: none;
    position: absolute;
    z-index: 100;
}

.pCPane span.handle {
    background-image: url("../images/resizeHandle.gif");
    font-size: 0pt;
    display: none;
    width: 9px;
    height: 9px;
    position: absolute;
    display: none;
    z-index: 100;
}

