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

.infiniteCarousel {
	width: 595px;
	position: relative;
}

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

.infiniteCarousel ul a img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.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;
  margin-top:3px;
}

.infiniteCarousel ul li {
	display:block;
	padding: 5px 15px 5px 15px;
	height: 95px;
float:left;
	width: 85px;
	text-align:center;
}

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

.infiniteCarousel li div.glow:hover {
	height:95px;
	width:85px;
	display:block;
	  background: url(../images/glow.png) no-repeat 0 0;

}

.infiniteCarousel .arrow {
  display: block;
  height: 46px;
  width: 37px;
  text-indent: -9999px;
  position: absolute;
  top: 51px;
  
  cursor: pointer;
}

.infiniteCarousel .forward {

    background: url(../images/product_select_right_arrow.png) no-repeat 0 5px;
  right: -40px;
}

.infiniteCarousel .back {

    background: url(../images/product_select_left_arrow.png) no-repeat 0 5px;
 left: -26px;
}

.infiniteCarousel .forward:hover {
 background-position: 0 top;
    background: url(../images/product_select_right_arrow.png) no-repeat 0 5px;
  right: -40px;
}



.infiniteCarousel .back:hover {
  background-position: 0 top;
    background: url(../images/product_select_left_arrow.png) no-repeat 0 5px;
 left: -26px;
}

.productName{color:#808080; font-size:11px;}

a.tooltip {font-size:12px; color: #F7931E; float:left; text-decoration:none;}
.tip { 
				background-color:#111; 
				display: none; 
				padding: 3px 3px; 
				text-align: center;
				width: 65px; 
				z-index:100;
				border:1px solid #F7931E;
			}


