
#featured_items_container {
  position: relative;
  height: 200px; /* 150 for img, 50 for desc */
  overflow-y: hidden;
  overflow-x: hidden;
}
#fi_scroll_container {
  width: 100%;
  height: 200px; /* 150 for img, 50 for desc */
  overflow-x: auto;
  overflow-y: hidden;
}

#fi-inner_container {
  display: table;
}
.fi-item {
  display: table-cell;
  max-width: 150px;
  border-right: 20px solid transparent;
}
.fi-item:last-child {
  border-right: 0px;
}

.fi-scroller {
  position: absolute;
  background-color: #FFF;
  height: 100%;
  top: 0px;
  padding: 75px 10px 0px 10px;
  display: none;
}
.fi-scroller:hover {
  cursor: pointer;
}

#fi-left_scroll {
  left: 0px;
}
#fi-right_scroll {
  right: 0px;
}
#fi-left_scroll:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,e5e5e5+100 */
  background: #ededed; /* Old browsers */
  background: -moz-linear-gradient(left,  #ededed 0%, #e5e5e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ededed 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ededed 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
}
#fi-right_scroll:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,ededed+100 */
  background: #e5e5e5; /* Old browsers */
  background: -moz-linear-gradient(left,  #e5e5e5 0%, #ededed 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #e5e5e5 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #e5e5e5 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
}

.fi-product_img img {
  width: 150px;
  height: 150px;
}

.fi-product_desc a {
  text-decoration: none;
}