.ebayFirst h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 400;
  font-size: 12px;
  color: #2c3e50;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.ebayFirst p {
  font-size: 12px;
  color: #2c3e50;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.ebayFirst .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.ebayFirst .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.ebayFirst:hover .overlay {
  opacity: 1;
}

.ebayFirst .item-inner {background: #fff; border: 1px solid #eee; padding: 10px 10px 0; margin:0; position: relative;}
.ebayFirst .item-innerAlizarin {background: #fff; border: 1px solid #ed1c24; padding: 10px 10px 0; margin: 0; position: relative;}
.ebayFirst .itemImage img {width: 100%;}
.ebayFirst .itemImage{position:relative;}

.redDisplayText{color:#ff6464;}
.greenDisplayText{color:#46b346;}

/*---------- Ebay Go Logo  ----------*/
.ebayGoLogo {margin-bottom:10px !important; width: 140px; height: 20px;}
.ebayLogoText {font-size: 12px;	padding-top: 2px; padding-right: 8px; float: left; font-weight:bold;}
.ebayLogoGo {float: left;}