  #tab1   {
            position: absolute;
            background-color: silver;
            text-align: center;
            text-decoration: none;
            top: 0px;
            left: 0px;
            /*height: 35px;
            width: 50px;
            border-width: 1px;
            border-style: solid;
            border-color: silver;*/
            font-family: cursive;
         }

  #tab2   {
            position: absolute;
            background-color: silver;
            text-align: center;
            text-decoration: none;
            top: 0px;
            left: 80px;
            /*height: 35px;
            width: 50px;
            border-width: 1px;
            border-style: solid;
            border-color: silver;*/
            font-family: cursive;
         }

  #slidepanel1 {
            position: absolute;
            background-color: black;
            top: 25px;
            left: 0px;
            padding-top: 0px;
            padding-left: 0px;
            height: 160px;
            width: 158px;
            overflow: hidden;
            text-align: center;
            /*border-width: 0px 1px 1px 1px;
            border-style: solid;
            border-color: silver;*/
            cursor: crosshair;

         }

  #slidepanel2 {
            position: absolute;
            background-color: black;
            top: 25px;
            left: 0px;
            padding-top: 0px;
            padding-left: 0px;
            height: 160px;
            width: 158px;
            overflow: hidden;
            text-align: center;
            /*border-width: 0 1px 1px 1px;
            border-style: solid;
            border-color: silver;*/
            cursor: crosshair;

         }

  #slideprev {
      background-color: black;
      position: absolute;
      padding-top: 0px;
      top: 185px;
      left: 0px;
      overflow: hidden;
      width: 52px;
      height: 34px;
      text-align: center;
  }

  #slidepause {
      background-color: black;
      position: absolute;
      padding-top: 0px;
      top: 185px;
      left: 53px;
      overflow: hidden;
      width: 52px;
      height: 34px;
      text-align: center;
  }

  #slidenext {
      background-color: black;
      position: absolute;
      padding-top: 0px;
      top: 185px;
      left: 106px;
      overflow: hidden;
      width: 52px;
      height: 34px;
      text-align: center;
  }

  #slidetop {
        position: absolute;
        top: 542px;
        left: 10px;
        width: 158px;
        height: 237px;
        border-width: 1px;
        border-style: solid;
        border-color: silver;
  }

  #slidefooter {
        position: absolute;
        top: 220px;
        left: 0px;
        width: 158px;
        height: 15px;
        text-align: center;
  }

#sptooltip{
    position: absolute;
    font-family: Arial,sans;
    font-size: 9pt;
    line-height:16px;
    color: #446688;
    left: -300px;
    width: 250px;
    border: 1px solid #CCAAFF;
    padding: 8px;
    background-color: #EEFFAA;
    visibility: hidden;
    z-index: 1000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=140);
}


