/* css for video library page */


#viewport {
  width:740px;
  overflow:hidden;

  }

#reel {
  position: absolute;
  left: -180px;
  top: 0;
  /* width is set dynamically in a style= attribute */
  }

#video {
  float:left;
  text-align:center;
  margin: 5px 5px 5px 5px; 
  border:1px dotted #2c5494;
  }

.controls {
  margin-top:340px;
  clear:both;
  text-align:center;
  }

