#carousel
{
  color: #fff;
  padding-bottom: 6px;
}

#carousel-control {
  background-color: transparent;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 47px;
  z-index: 3;
}

#carousel-control div {
  background-image: url(/images/button_carousel.png);
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 10pt;
  font-weight: bold;
  height: 18px;
  margin-bottom: 8px;
  padding-left: 11px;
  padding-top: 2px;
  text-align: left;
  width: 18px;
  border: none;
}

#carousel-control div.active
{
  background-image: url(/images/button_carousel_active.png);
}

#carousel-caption {
  background-color: #000;
  height: 122px;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 268px;
  width: 568px;
  z-index: 2;
}

#carousel table
{
  height: 122px;
  left: 0;
  position: absolute;
  top: 268px;
  width: 568px;
  z-index: 3;
}

#carousel-caption-bullet
{
  padding-left: 10px;
  padding-top: 10px;
  vertical-align: top;
  width: 19px;
}

#carousel-caption-header
{
  font-size: 16pt;
  font-weight: bold;
  height: 30px;
  padding-left: 10px;
  padding-top: 4px;
  vertical-align: top;
}

#carousel-caption-text
{
  font-size:12pt;
  padding-left:10px;
  vertical-align: top;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 568px;
    height: 390px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 568px;
    height: 390px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 568px;
    height: 390px;
}

.jcarousel-container-horizontal {
    width: 568px;
}

.jcarousel-clip-horizontal {
    width:  568px;
    height: 390px;
}

.jcarousel-item {
    width: 568px;
    height: 390px;
}

.jcarousel-item img
{
  width: 568px;
  height: 390px;
}