body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; }

a {
  color: #00B7FF; }

.uploader {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  background: #f3f3f3;
  border: 2px dashed #e8e8e8;
  border-radius: 12px;
  padding: 8px;
  background-image: url("/images/add_image.png");
  background-repeat: no-repeat;
  background-position: center; }

.uploader-video {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  border: 2px dashed #e8e8e8;
  border-radius: 12px;
  padding: 8px;
  background-image: url("/images/video_add.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  min-width: 100px;
  min-height: 100px; }

.uploader-multi {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 200px;
  background: #f3f3f3;
  border: 2px dashed #e8e8e8;
  border-radius: 12px;
  padding: 8px;
  background-image: url("/images/add_image.png");
  background-repeat: no-repeat;
  background-position: center; }

#galleryHolder img {
  width: 140px;
  height: 140px; }

.uploader-medium {
  width: 150px;
  height: 150px; }

.uploader-large {
  width: 200px;
  height: 200px; }

.fileDropBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer; }

.multiFileDropBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer; }

.uploader img {
  position: absolute;
  width: 102%;
  height: 102%;
  top: -1px;
  left: -1px;
  z-index: 1;
  border: none; }

.placeholder-image {
  background-image: url("../images/placeholder.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/*# sourceMappingURL=style.css.map */