@charset "utf-8";
/* CSS Document */
label { display: block; } 
.infiniteCarousel {
  width: 1000px;
  position:relative;
  margin-left:0px;
  margin-top:10px;
}

.infiniteCarousel .wrapper {
  width: 960px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 100px;
  margin: 0px 20px 0px 20px;
  position: absolute;
  top: 0;
  background:url(../images/run_bg.gif) no-repeat center #f9f9f9;
}

.infiniteCarousel ul a img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.infiniteCarousel .wrapper ul {
  width: 960px; /* 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:0px 17px 0px 17px;
  width: 290px;  
  height: 100px;
}

#table{  
  width: 290px;
  height: 100px;
  background:#f9f9f9;
}
#pdpic{
  height: 100px;
  width: 100px;
  float:left;
  padding:0px 10px 0px 0px;  
}
#data{
  width: 180px;
  float:left;
}
#data h1{
  margin:0px;
  width: 180px;
  float:left;
}
.pdpdtitle{
  padding:3px 0px 3px 0px;  
  font-size: 13px;
  color: #217fb5;
  font-weight:bold;
  text-decoration:none;
  font-style: normal;	
  table-height: 20px;
  float:left;
}
.hot{
  margin-left:5px;
  padding:3px 0px 3px 0px;  
  font-size: 11px;
  color: #e60012;
  font-weight:bold;
  text-decoration:none;
  font-style: normal;	
  table-height: 20px;
  float:left;
}
.font{
  padding:0px 0px 0px 0px;  
  font-size: 13px;
  color: #787878;
  font-weight:normal;
  text-decoration:none;
  font-style: normal;	
  table-height: 18px;
}
.font a{
  color: #787878;
  text-decoration:none;
}
.font a:hover{
  color: #787878;
  text-decoration:underline; 
}
.no{
  background:#0d140c;
  text-align:center;
  padding:3px 0px 3px 0px;  
  font-size: 13px;
  color: #fff;
  font-weight:normal;
  text-decoration:none;
  font-style: normal;	
  table-height: 20px;
}
.no a{
  color: #fff;
  text-decoration:none;
}


.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {

}

.infiniteCarousel ul:hover li:hover img {

}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 100px;
  width: 20px;
  background: url(../images/arrow.gif) no-repeat 0 0 ;
  text-indent: -1030px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  outtable: 0;
  color:#fff;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -200px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -100px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -300px;
}