#Carousel

{

  width: 625px;

  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: 625px;

  height: 220px;

}



#Carousel div.buttons

{

  width: 175px;

  height: 28px;

  position: absolute;

  background-image: url(../images/button_back.png);

  padding-left: 10px;

  margin-left: 445px;

  background-repeat: no-repeat;

  background-position: bottom left;

  text-align: right;

}



#Carousel table.buttons

{

  margin-top: -2px;

}



td.button

{

  width: 10px;

}


