ul.videoList {
  list-style: none;
}

li#item {
  width: 144px;
  margin: 10px;
  list-style: none;
  float: left;
}

#item a {
  text-decoration: none;
}

img {
  width: 144px;
  border: 0px;
}

#nav {
  float: right;
  border-left: 2px solid;
  padding: 0 4px;
}