
.toolbar img { display: block }

.tbPosition {
  position: absolute;
  top: 9px; left: 15px;
}

.tbTimeline {
  position: absolute;
  top: 11px; left: 20px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 280px;
  height: 5px;
  font-size: 0;
  background-color: #630;
  border-top: 1px solid #630;
  border-bottom: 1px solid #630;
}
.tbTimepass {
  position: absolute;
  top: 11px; left: 20px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 0px;
  height: 5px;
  font-size: 0;
  background-color: #f60;
  border-bottom: 1px solid #930;
  border-right: 3px solid #ff5;
  border-left: 1px solid #fa6;
  border-top: 1px solid #fa6;
}

.actoritem {
  text-align: center;
  margin-top: auto;
  padding-top: 5px;
  padding-right: 5px;
  width: 100px;
  height: 100px;
  float: left;
/*  line-height: 100px; */
}

.sceneitem {
  text-align: center;
  margin-top: auto;
  padding-top: 5px;
  padding-right: 5px;
  width: 100px;
  height: 100px;
  float: left;
/*  line-height: 100px; */
}



