.gallery-cont {
  height: 148px;
  width: 256px;
}
.gallery-large {
  width: 195px;
  height: 130px;
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.gallery-mini {
  width: 45px;
  height: 35px;
  float: right;
  margin-bottom: 6px;
  margin-left: 4px;
  cursor: pointer;
  overflow: hidden;
}
.gallery-arrow-top {
  width: 17px;
  height: 12px;
  float: right;
  margin-right: 14px;
  margin-bottom: 2px;
  cursor: pointer;
}
.gallery-arrow-bottom {
  width: 17px;
  height: 12px;
  float: right;
  margin-right: 14px;
  cursor: pointer;
}
.gallery-arrow-top-nolink {
  width: 17px;
  height: 12px;
  float: right;
  margin-right: 14px;
  margin-bottom: 2px;
}
.gallery-arrow-bottom-nolink {
  width: 17px;
  height: 12px;
  float: right;
  margin-right: 14px;
}

