
body {
  font-family: "Verdana", sans-serif;
  }

.outline {
      border: 0px solid black;
  }

#mydata { position: absolute;  left: 0px; top: 0px; border: 1px solid black; display: none; }

#pframe {
  position: absolute;
  left: 145px;
  top: 88px;
  width: 74px;
  height: 78px;
  border: 0px solid red;
  z-index:100;
  }
  

#showcase_frame {
   /*   background-image: url('html5.png'); */
      background-repeat: no-repeat;
      margin: 0px;
      height: 286px;
/* width: 687px; */
		width: 100%;
		text-align: center;
  }

#showcase_title {
  position: absolute;
  left: 145px;
  top: 11px;
  width: 384px;
  height: 22px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  }

#canvas_frame {
  margin-top: 10px;
  padding: 0px;
  }

#sleft {
  position: absolute;
  left: 5px;
  top: 65px;
  width: 25px;
  height: 120px;
  }

#sright {
  position: absolute;
  left: 658px;
  top: 65px;
  width: 25px;
  height: 120px;
  }

#my_canvas {
  position: absolute;
  left: 60px;
  top: 50px;
  width: 570px;
  height: 155px;
  }

#pause {
  position: absolute;
  left: 160px;
  top: 232px;
  width: 15px;
  height: 15px;
  }

#play {
  position: absolute;
  left: 180px;
  top: 232px;
  width: 15px;
  height: 15px;
  }

#tlabel {
  position: absolute;
  left: 170px;
  top: 206px;
  width: 120px;
  height: 17px;
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  }

#time {
  position: absolute;
  left: 300px;
  top: 206px;
  width: 95px;
  height: 17px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  }

#plabel {
  position: absolute;
  left: 390px;
  top: 206px;
  width: 50px;
  height: 17px;
  font-size: 12px;
  border: 0px solid black;
  text-align: right;
  font-weight: bold;
  }

#price {
  position: absolute;
  left: 445px;
  top: 206px;
  width: 90px;
  height: 17px;
  font-size: 12px;
  border: 0px solid black;
  text-align: left;
  font-weight: bold;
  }

#search_form {
  margin: 3px;
  padding: 0px;
  }


#search_text {
  position: absolute;
  left: 219px;
  top: 231px;
  width: 232px;
  height: 18px;
  font-size: 10px;
  border: 1px solid gray;
  }

#search_button {
  position: absolute;
  left: 465px;
  top: 230px;
  width: 80px;
  height: 16px;
  }

#search_link {
  font-size: 12px;
  }

#ending_soon {
  position: absolute;
  left: 165px;
  top: 255px;
  width: 340px;
  height: 15px;
  }

#images_div {
 position: absolute;
 }

/* visibility: hidden (instead of display:block;) required to get IE9 to work.    
   But this causes scrollbars to appear.  because images force page size to grow.
   So img width/height set to 1 in attempt to get both problems solved.
*/
.iscan {
  display: none;
  }
.xscan {
  visibility: hidden;
  }

