
#field-suggested-products {
  margin-top: 3em;
  background: none repeat scroll 0 0 #DEDEE0;
  width: 730px;
  padding-bottom: 1em;
}

.suggested-product {
  background: none repeat scroll 0 0 #BFBFC1;
  color: black;
  display: inline-block;
  vertical-align: top;
  height: 175px;
  border: 1px solid white;
  text-align: center;
  z-index: 91;
  width: 180px;
}

.suggested-product-title {
  background-color: #979699;
  color: white;
  font-family: arial,helvetica,sans-serif;
  font-size: 1em;
  line-height: 150%;
  padding: 0.5em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slideshow-suggested-products {
  display: table;
  height: 100%;
  width: 100%;
  height: 173px;
}

#displayer {
  cursor:pointer;
  float: left;
  width: 100%;
  display: table-cell;
}

#arrow-left {
  background-image: url("./images/slideshow_arrow_left.png");
  cursor: pointer;
  width: 53px;
  background-repeat: no-repeat;
  display: table-cell;
  background-position: right center;
}

#arrow-right {
  background-image: url("./images/slideshow_arrow_right.png");
  cursor: pointer;
  width: 53px;
  background-repeat: no-repeat;
  display: table-cell;
  background-position: right center;
}

#suggested-products {
  height: 147px;
  width: 569px;
  overflow: auto;
  padding: 4px;
  resize: both;
}
