@charset "UTF-8";
/* CSS Document */

body {
	background-color: transparent;
}

.infiniteCarousel {
	width: 880px;
	height: 120px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.infiniteCarousel .wrapper {
  width: 822px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 105px;
  margin: -5px 26px;
  position: absolute;
  top: 0;
}

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

.infiniteCarousel .wrapper ul {
  width: 270px; /* single item * n */
  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: 2px;
  height: 100px;
  width: 270px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

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

.infiniteCarousel .arrow {
  display: block;
  height: 100px;
  width: 29px;
  background: url(../images/arrows.jpg) no-repeat 0 0;
  text-indent: -2000px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 -200px;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 0px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -300px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -100px;
}


#promoFlash {
	padding-top: 5px;
	padding-left: 5px;
	position: relative;
}

