#MooFlow.mf {
  padding: 0;
}

.mf {
  visibility: hidden;
  z-index: 1;
  color: #fff;
  font-size: 14px;
}

.mf * {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.mf img {
  border: 1px solid #eee;
  margin: -1px;
}

.mf img:hover {
  cursor: pointer;
  border: 1px solid #aaa;
}

.mf div.loader {
  position: absolute;
  text-align: center;
  z-index: 10000;
  margin: 1em auto;
  top: 45%;
  width: 100%;
  background: #fff url(../images/remooz/spinner.gif) no-repeat 50% 0;
  padding: 30px 0
}

.mf div.caption {
  position: absolute;
  text-align: center;
  z-index: 98;
  margin: 1em auto;
  bottom: 50px;
  width: 100%;
}

/* fallback */
#MooFlow {
  height: 210px;
  overflow: hidden;
  padding: 45px 75px 0;
}

#MooFlow a {
  margin: 18px;
  float: left;
}