.unoslider {
  background: white;
  list-style: none;
  position: relative;
  width: 700px;
  height: 254px;
  margin: 0;
  padding: 0;
}

#transitions-slider, #pattern-slider{
	width: 300px;
	height: 300px;
}

.unoslider li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}