/********** HEADLINES **********/
.headline-hdr {
  width: 500px;
  height: 30px;
  overflow: hidden;
  display: block;
  background: url(/images/setup/master_sprite.png) no-repeat 0 -620px;
}

#carousel-wrapper {
  margin-bottom: 10px;
}

#carousel-seats {
  margin-bottom: 0px;
}

#carousel-seats .title {
  font-size: 14px;
  font-family: arial;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  line-height: 20px;
}

#carousel-seats .title:hover {
  color: #f8d930;
}

#carousel-seats .date {
  font-weight: bold;
  color: #9b9b9d;
  display: block;
  font-style: italic;
}

#carousel-seats .leadIn {
  color: #fff;
}

#carousel-seats .readmore {
  color: #c41230;
}

#carousel-controls {
  width: 490px;
  padding: 5px;
  overflow: hidden;
  background: url(/images/setup/thumbs_bg.jpg) repeat-x left top;
}

#carousel-controls .control {
  float: left;
  width: 88px;
  height: 50px;
  padding: 3px;
  margin-right: 5px;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5;
}

#carousel-controls .active {
  width: 94px;
  height: 56px;
  overflow: hidden;
  padding: 0;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#carousel-controls .active .thumb {
  border: 3px solid #fff;
  width: 88px;
  height: 50px;
}


#carousel-controls #control4 {
  margin-right: 0px;
}