.widget-drop-shadow {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.mashup {
  /*------------- thumbnails ----------------- */
}
.mashup .thumbnail img {
  padding: 2px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.mashup .thumbnail img:hover {
  border-color: #1e69a2;
}
.mashup .thumbnail .previewSwitchLoadingOverlay {
  z-index: 2;
  background-image: url(../../../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  border: 1px #cccccc solid;
}
.mashup .thumbnailsWidget ul li {
  display: inline-block;
  margin: 3px;
  vertical-align: middle;
}
.mashup.legacy-ie .thumbnailsWidget ul li {
  zoom: 1;
  display: inline;
}
.mashup a.switchPreview {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eeeeee);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #eeeeee));
  background-image: -webkit-linear-gradient(#f5f5f5, #eeeeee);
  background-image: linear-gradient(top, #f5f5f5, #eeeeee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eeeeee);
  background-image: -ms-linear-gradient(top, #f5f5f5, #eeeeee);
  border: 1px #cccccc solid;
  font-size: 15px;
  padding: 5px;
  line-height: 25px;
  height: 25px;
  width: 5px;
}
.mashup a.switchPreview:hover {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #f5f5f5, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #dddddd));
  background-image: -webkit-linear-gradient(#f5f5f5, #dddddd);
  background-image: linear-gradient(top, #f5f5f5, #dddddd);
  background-image: -o-linear-gradient(top, #f5f5f5, #dddddd);
  background-image: -ms-linear-gradient(top, #f5f5f5, #dddddd);
  border-color: #999;
}
.mashup a.switchPreview.switchPreviousPreview {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.mashup a.switchPreview.switchNextPreview {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.mashup * > .switchPreview {
  display: none;
}
.mashup *:hover > .switchPreview {
  display: block;
  z-index: 3;
}
.mashup .switchStatusPreview {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eeeeee);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #eeeeee));
  background-image: -webkit-linear-gradient(#f5f5f5, #eeeeee);
  background-image: linear-gradient(top, #f5f5f5, #eeeeee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eeeeee);
  background-image: -ms-linear-gradient(top, #f5f5f5, #eeeeee);
  border: 1px #cccccc solid;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  padding: 0px 2px;
  color: #333;
}
