div.tv {
  width: 959px;
  background: url(../images/tv/video_bg.png) top left no-repeat;
}

div.tv h1 {
  font-size: 14px;
  font-weight: bold;
  color: white;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
}

div.tv div.bigVideo {
  height: 448px;
  font-size: 20px;
  text-align: center;
}

div.tv div.bigVideo .flashContainer {
  margin-top: 42px;
  height: 340px;
}

div.tv div.bigVideo a.arrow {
    display: block;
    width: 48px;
    height: 68px;
    background: url(../images/tv/arrows.png);
    position: absolute;
    left: 60px;
    top: 200px;
    text-indent: -9999px;
}

div.tv div.bigVideo a.next {
    background: url(../images/tv/arrows.png) top right;
    left: 868px;    
}

div.tv div.bigVideo h2 {
  margin-top: 20px;
  font-size: 20px;
  text-transform: none;
  color: white;
}

div.tv div.videoListing {
  background: url(../images/tv/video_listing_bg.png);
  overflow: hidden;
  zoom: 1;
  margin: 0 4px;
}

div.tv div.videoListing ul {
  margin: 0 0 0 25px;
}

div.tv div.videoListing li {
  height: 220px;
  width: 290px;
  float: left;
  text-align: center;
  font-size: 16px;
  margin: 20px 5px 29px;
  -moz-border-radius: 5px;
  color: #ddd;
  background: transparent;
}

div.tv div.videoListing li img {
  opacity: 0.7;
}

div.tv div.videoListing li:hover, div.tv div.videoListing li.hover {
  background: url(../images/tv/grey.png);
  cursor: pointer;
  color: white;
}

div.tv div.videoListing li:hover img, div.tv div.videoListing li.playing img {
  opacity: 1;
}

div.tv div.videoListing li.playing {
  background: url(../images/tv/dark_grey.png);
  color: white;
}

div.tv div.videoListing li.playing h3 {
  color: #ec6e26;
}

div.tv div.videoListing li div.thumbnail {
  padding: 15px 0 10px;
  background: url(../images/tv/video_thumbnail_bg.png) 7px 10px no-repeat;
}