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

body { font: 1em "Trebuchet MS", verdana, arial, sans-serif; font-size: 100%; }
input, textarea { font-family: Arial; font-size: 125%; padding: 7px; }
label { display: block; } 
.joe-fans {
  background-color: #4c97e8;
  border-radius: 12px 13px 0px 0px;
  display: -moz-deck;
  height: 113px;
  position: relative;
  width: 100%;
  z-index: 9;
  	box-shadow:  0 1px 45px #000 inset;
	-moz-box-shadow:  0 1px 45px #000 inset;
	-ms-box-shadow: 0 1px 45px #000 inset;
  background: linear-gradient(to bottom, #efd289 0%, #c9a54a 100%) repeat scroll 0 0 #251409;
  border-color: #f9e8bc;
  border-image: url(../img/gradient-gold.png) 3 3 3 3;
  border-style: solid;
  border-width: 3px;
}
.infiniteCarousel {
  width: 960px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 900px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  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: 10px;
  height: 100px;
  width: 100px;
  overflow:hidden;
}

.infiniteCarousel ul li a img {
  display:block;
  width:100%;
  height:auto;
}

.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

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

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

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

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