.brw {
  color: #FFFFFF;
  display: block;
  height: 100px;
  text-decoration: none;
  border: 0;
  margin: 0;
  cursor: pointer;
  outline: 0;
}
.prev {
  background: url(../_img/previous-cat.png) no-repeat left center;
}
.next {
  background: url(../_img/next-cat.png) no-repeat right center;
}
#list-ep-car {
  height: 120px;
  overflow: hidden;
  width: 570px;
  float: left;
  margin: 5px;
  position: relative;
}
#list-ep-car ul {
  list-style: none;
  margin: 0;
  position: absolute;
  width: 10000px;
}
.list-epi {
  display: block;
  float: left;
  margin-left: 10px;
  width: 130px;
}
.list-epi a {
  display: inline;
  float: left;
  margin: 0;
  position: relative;
  text-decoration: none;
}
#list-ep-car a.current-ep {
  opacity: 0.4;
}
.list-epi span.pl {
  display: none;
}
.list-epi a:hover span.pl {
  display: block;
  background: url(../_img/wakanim_play.png) no-repeat transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.list-epi span.numero {
  background: none repeat scroll 0 0 #068FFF;
  bottom: 0;
  color: #FFFFFF;
  font-style: normal;
  padding: 2px 4px;
  position: absolute;
  right: 0;
}
