/* Made with sass. */
/* Please do not edit css-file directly, your changes will be erased. */
.fotorama__wrap {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
}

.fotorama__thumbs {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.fotorama__thumb {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
  cursor: pointer;
  position: relative;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  width: 16px;
  height: 16px;
}
.fotorama__thumb {
  *display: inline;
}
.fotorama__thumb i {
  display: block;
  width: 6px;
  height: 6px;
  position: relative;
  top: 5px;
  left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #bbb;
  cursor: pointer;
}
.fotorama__thumb:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
  opacity: 0.66;
}

.fotorama__thumb_disabled {
  visibility: hidden;
  cursor: default;
}

.fotorama__thumb_selected {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  opacity: 0.99;
}
.fotorama__thumb_selected i {
  background: #999;
  cursor: default;
}

.fotorama__wrap:hover .fotorama__thumb:hover, .fotorama__wrap_no-hover .fotorama__thumb:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=77)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=77);
  opacity: 0.77;
}
.fotorama__wrap:hover .fotorama__thumb:hover i, .fotorama__wrap_no-hover .fotorama__thumb:hover i {
  background: #999;
}
.fotorama__wrap:hover .fotorama__thumb_selected, .fotorama__wrap_no-hover .fotorama__thumb_selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  opacity: 0.99;
}

.fotorama__img {
  position: absolute;
	top: 0;
	left: 0;
}
