div.product {
  padding:10px;
  float:left;
  width:157px;
  height:190px;
  margin:8px;
  position:relative;
  background-color:#000;
  height:205px;
  width:155px;
  color:#f00; }

  div.product:hover {
    cursor:pointer; }

  div.product .title {
    color:#B89569;
    position:absolute;
    bottom:0px;
    width:157px;
    height:37px;
    text-align:center;
    vertical-align:middle; }
.changeSubArtSelect{
    width:150px;
    padding:0px;
    margin:0px;
}

