.thumb,.thumbl,.thumbr,.thumbb,.thumblb,.thumbrb{
  float:left;
  width:31%;
  height:150px;
  position: relative;
  border: 1px solid #f7ebea;
  border-top:none;
  border-left:none;
  margin:0;
  padding: 13px;
/*  overflow: hidden;*/
  position: relative;
}
.thumb,.thumbb{
  width:29%;
}
.thumbl,.thumblb{
  padding-left:0;
}
.thumbr,.thumbrb{
  border-right:none;
  padding-right:0;
}
.thumbb,.thumblb,.thumbrb{
  border-bottom: none;
}
* html .thumbl,* html .thumbr,* html .thumblb,* html .thumbrb,* html .thumb,* html .thumbb{
  width:expression(document.body.clientWidth > 900? parseInt((document.body.clientWidth - 318)/3) + "px" :"193px");
}
.thumb img,.thumbl img,.thumbr img,.thumbb img,.thumblb img,.thumbrb img{
  z-index: 10;
}
.preview{
  position: absolute;
  top: -100px;
  left: -150px;
  visibility: hidden;
}
#content ul{
  position:absolute;
  top:40px;
  left:70px;
}
#content ul li{
  font-size: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 14px;
}
li.coll, li.price, li.go, li.go a{
  color: #99813e;
}
li.price, li.sold{
  margin: 4px 0 4px 0 !important;
  padding: 4px 0 4px 0 !important;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
li.sold{
   color:red;
}
li.price span, li.sold span{
  color: red;
  font-weight: bold;
}
li.go a{
  padding: 0 15px 0 0;
  background: url(img/arrow1.gif) center right no-repeat;
}