.holder { 
  background-color:#fff;
  width:90%;/*150px*/
  height:250px;
  overflow:hidden;
  padding:5px;
/*  font-family:Helvetica;*/
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:90%;/*150px;*/
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:5px 0px;
}
.holder ul li a {
  color:#f93;
  text-decoration:none;
}