/* CSS Document */

/*-- SLIDESHOW CSS -------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/

body { font: 1em "Trebuchet MS", verdana, arial, sans-serif; font-size: 100%; }

label { display: block; }


.infiniteCarousel {
  width: 985px;
  height: 225px;
  position: relative;
  left: 8px;
  text-align: left;
}

.infiniteCarousel .wrapper {
  width: 900px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height: 225px;
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 1px;
  height: 207px;
  width: 142px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 207px;
  width: 36px;
  text-indent: -999px;
  position: absolute;
  top: 0px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background: url('/join/images/global/arrow_rt.jpg') no-repeat 0 0;
  right:45px;
}

.infiniteCarousel .back {
 background: url('/join/images/global/arrow_lft.jpg') no-repeat 0 0;
  left: 5px;
}

