BODY
  {
    background-color  : #000000;
    overflow          : hidden;
  }

#menu
  {
    width             : 70px;
    left              : 3px;
    top               : 3px;
  }

#photobuttonsViewport
  {
    height            : 420px;
    position          : absolute;
    overflow          : hidden;
    width             : 70px;
    left              : 3px;
    top               : 33px;
    border            : 1px solid #C0C0C0;
  }

#photobuttonsCanvas
  {
    height            : 420px;
    position          : absolute;
    width             : 70px;
    left              : 0px;
    top               : 0px;
  }

#imageDisplay-container
  {
    border            : 1px solid #C0C0C0;
    width             : 640;
    height            : 480;
    position          : absolute;
    left              : 77px;
    top               : 3px;
  }

.photoButton
  {
    cursor            : pointer;
  }

.directionButton
  {
    width             : 72px;
    border            : 1px solid #C0C0C0;
    margin            : 0px;
    margin-top        : 1px;
    cursor            : pointer;
    background-color  : transparent;
    font              : 0.6em Verdana, Arial, sans-serif;
    color             : #C0C0C0;  
    font-weight       : bold;
    padding-top       : 0px;
  }

.directionButton:focus
  {
    padding-top       : 0px !important;
  }

.directionButton:hover
  {
    background-color  : #C0C0C0;
    color             : #000000;
  }

#up-button
  {
    position          : absolute;
    height            : 20px;
    left              : 3px;
    top               : 2px;
  }

#down-button
  {
    position          : absolute;
    height            : 20px;
    left              : 3px; 
    top               : 464px;
  }

#description
  {
    background-color  : #000000;
    border            : 1px solid #C0C0C0;
    font              : 0.8em Verdana, Arial, sans-serif;
    position          : absolute;
    left              : 83px;
    top               : 460px;
    color             : #FFFFFF;
    padding           : 1px;
  }

#description[comment=""]
  {
    visibility        : hidden;
  }

