/*CSS of UB Products Ajax Load module go here*/
.item-more {
  display: block;
  margin: 20px 0 30px;
  width: 100%;
  float: left;
}
.item-more .item-inner {
  text-align: center;
}
div.item-more h3 {
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
}
div.item-more h3 a{color: #fff;}
div.item-more h3:focus,
div.item-more h3:hover {
  opacity: 0.8
}
div.item-more h3.loading {
  background: url('images/loading.gif') no-repeat scroll left top;
}
div.item-more h3 .btn-load-more{
  background-color: #eb5e00;
  color: #fff;
  padding: 10px;
}
#infscr-loading{position: relative;display: inline-block;margin: 0px auto;text-align: center; width: 100%; float: left;}