ul#matchimage,
ul#matchimage li.matchimage-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 150px;
  min-height: 0;
}

li.matchimage-slide {
  position: absolute;
  /*width: 930px;*/
  width: 100%;
  min-height: 150px;
  display: none;
  z-index: 100;
}

li.matchimage-slide.active {
  z-index: 200;
}

li#matchimage-slide-1 {
  display: block;
}

/* Controls */

div#matchimage-wrapper ul.matchimage-controls {
  position: absolute;
  z-index: 300;
  top: 10px;
  margin-left: 10px;
  margin-top: 10px;
  padding: 0;
}

li.matchimage-control {
  background: #555;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  border: 1px solid #DDD;

  list-style: none;
  float: left;
  cursor: pointer;
  -webkit-transition: 1s border-color, 1s background-color;
}

li.matchimage-control.active {
  background-color: #AAA;
  border-color: #FFF;
}

/* Image dropdown */

div.jqis,
div.jqis_header,
div.jqis_dropdown,
div.jqis img {
  width: 220px;
}

/* quermarke admin */
#edit-field-cleanlabel-pe,
#edit-field-cleanlabel-konser,
#edit-field-cleanlabel-fette,
#edit-field-cleanlabel-aromen,
#edit-field-cleanlabel-nataromen,
#edit-field-cleanlabel-farbstoffe,
#edit-field-cleanlabel-ei {
	padding-left: 20px;
}