#container-posuvnik{
	position:absolute;
	top:50px;
	height:45px;
	width:960px;
	border:none;
	}
#container-left-button{
	position:relative;
	width:30px;
	height:100%;
	text-align:center;
	margin-right:73px;
	float:left;
	}
#container-right-button{
	position:relative;
	width:30px;
	height:100%;
	text-align:center;
	float:left;
	}
#container-posuvnik-obsah{
	position:relative;
	width:752px;
	height:100%;
	border:none;
	float:left;
	margin-right:73px;
	text-align:left;
	}
.scroll-img {
  border: 1px solid red;
  width: 752px;
  height: 45px;
  overflow: hidden;
  font-size: 0;
}
.scroll-img ul {
  width: 752px;
  height: 45px;
  list-style-type:none;
  list-style-position:outside;
  padding:0px;
  margin:0px;
}
.scroll-img ul li {
  display: inline-block;
  list-style-type:none;
  list-style-position:outside;
}
#demo4.scroll-img ul,
#demo5.scroll-img ul,
#container-posuvnik-obsah ul {
  width: 1502px;
}
#demo5-btn {
  width: 680px;
  padding-top: 10px;
}
