.holder { 
  //background-color:#ccc;
  //width:300px;
  height:110px;
  overflow:hidden;
  padding:4px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 4px;
  //width:300px;
  height:100px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:4px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}
.spantime {
  padding-right: 2px;
}