div.product{
  background-image:url(../images/shadow.gif);
  width:158px;
  display:inline;
  float:left; 
  margin:10px -30px 10px 30px; 
  }
div.product div{
  margin:auto;
  border:1px solid #cccccc;
  background:#f4f4f4;
  width:144px;
  padding-bottom:5px;
  text-align:center;
  font:11px Verdana,Tahoma,Arial;
  }  
div.product img{
  border:1px solid #aaa;
  margin:10px 0px 5px 0px;
  width:120px;
  height:120px;
  cursor:pointer;
  }
div.product a{
  width:120px;
  opacity:.9;
  }
div.product a:hover{
  width:120px;
  opacity:.99;
  }
div.intro span{
  position:absolute;
  left:440px;
  top:18px;
  color:#FA8D0D;
  }
div.page{
  font-weight:bold;
  margin-top:5px;
  margin-bottom:10px;
  color:#fa8d0d;
  text-align:center;
  }
div.page a:link{
  color:#fa8d0d;
  }
div.page a:visited{
  color:#fa8d0d;
  }
div.page a:hover{
  color:#fdd19e;
  }     