#product-list
{
  position: relative;
  float: left;
  display: block;
  width: 800px;
  height: 550px;
  margin-left: 35px;
  overflow: auto;
}

#product-list ul
{
  margin: 0;
  padding: 0;
  width: 1000000px;
  list-style: none;
}

#product-list ul li
{
  float: left;  
  margin-left: 15px;
}

.product-list-box .text
{
  position: relative;
  display: block;
  width: 185px;
  top: -40px;
  height: 40px;
  background-image: url('../images/home-news-text-bg.png');
  text-align: right;
}

.product-list-box .text .name
{
  padding-top: 12px;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 2px;
}

.product-list-box .image .bg
{
  position: relative;
  width: 185px;
  z-index: 1;
}

.product-list-box .image .top
{
  position: relative;
  margin-left: -185px;
  z-index: 0;
}

#product-image
{
  position: relative;
  float: left;
  display: block;
  width: 800px;
  height: 530px;
  margin-left: 35px;
}