
.scroll-text {
  border: 0px solid red;
  width: 400px;
  height: 4.5em;
  overflow: hidden;
}
.scroll-text ul {
  width: 800px;
  height: 100px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height: 1.5em;
}


.scroll-img {
  border: 0px solid red;
  width: 1180px;  --1140+21
  height: 180px;
  overflow: hidden;
  
  margin-left: 21px;  ---61px; dla bootstrap
  
}
.scroll-img ul {
  width: 700px;
  height: 600px;
  margin: 0;
}

.scroll-img ul li {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 12px 0px 0px; --12
}
#demo4.scroll-img ul,
#demo5.scroll-img ul {
  width: 222500px;
  height: 180px;
}
#demo5-btn {
  width: 10px;
  padding-top: 0px;
  background-color: transparent;
}

.btn {
	width:61px;
	height: 180px;
  background-color: transparent;
  border: 0px;
  }

.btn:hover {
	width:61px;
	height: 180px;
  background-color: transparent;
  cursor: pointer;
}
.btn:visited {
	width:61px;
	height: 180px;
  background-color: transparent;
  
  position:static;
}

#demo5{
	height: 180px;
}

#demo6 {
  width: 412px;
}
#demo6-queue {
  width: 680px;
}
#demo6 p, #demo6-queue p {
  width: 124px;
  height: 124px;
  background-color: lightgray;
  font-family: 'Amaranth', sans-serif;
  font-size: 82px;
  text-align: center;
  display: table-cell;
  vertical-align:middle;
}

