  .img_rot_container {
    border: solid #777777 1px;
    padding: 0px;
    width: 128px;
    background: #e3e3e3;
  }

  .img_rot_controls {
    display: none;
    background: #e3e3e3;
  }

  .img_rot_image {
    height: 128px;
    width: 128px;
    border-bottom: solid #777777 1px;
  }

  .img_rot_next, .img_rot_prev {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    margin: 0px;
    margin-top: -3px;
  }
  .img_rot_prev {
    float: left;
  }
  .img_rot_next { 
    float: right;
    text-align: right;
  }

  .img_rot_num {
    font-size: 8pt;
    margin: 2px;
    text-align: center;
  }

