#Carousel
{
  width: 756px;
  margin-left: auto;
  margin-right: auto;
}

#Carousel div.slide
{
  position: absolute;
}

#Carousel td
{
  font-size: 10px;
  padding-left: 2px;
  padding-right: 2px;
  color: #FFF;
  cursor: pointer;
  cursor: hand;
  height: 28px;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}

#Carousel td.selected
{
  font-weight: bold;
  font-size: 12px;
  background-repeat: repeat-x;
  color: #FF0000;
}

#Carousel img
{
  border: 0px;
  display: block;
}

#Carousel table.carousel
{
  margin-left: auto;
  margin-right: auto;
}

#Carousel table.carousel td.slides
{
  width: 756px;
  height: 256px;
}

#Carousel div.buttons
{
  width: 90px;
  height: 28px;
  position: absolute;
  margin-left: 666px;
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: right;
}

#Carousel table.buttons
{
  margin-top: -2px;
}
