/* scroll na stronie kontakt i dojazd */
#scrollbar {
  position: absolute;
  right: 0px; 
	top: 0px;
  width: 11px; 
	height: 309px;
}

#track {
  position: absolute; 
	right: 0; 
	top: 12px;
  width: 11px; 
  height: 285px;
	background: #574747;
}

#dragBar {
  position: absolute; 
	left: 1px; 
	top: 1px;
  width: 9px; 
	height: 20px;
  background-color: #CECED6;
}

#up { 
	position: absolute; 
	left: 0; 
	top: 0; 
}

#down { 
	position: absolute; 
	left: 0; 
	bottom: 0; 
}

#scrollbar img {
	display: block;
	width: 11px;
	height: 11px;
	border-style: none;
}

/* scroll na stronie rezerwacja */
#scrollbar1 {
  position: absolute;
  right: 2px; 
	top: 10px;
  width: 11px; 
	height: 350px;
}

#track1 {
  position: absolute; 
	right: 0; 
	top: 12px;
  width: 11px; 
  height: 326px;
	background: #574747;
}

#scrollbar1 img {
	display: block;
	width: 11px;
	height: 11px;
	border-style: none;
}

/* scroll na stronie aktualności i media o nas */
#scrollbar2 {
  position: absolute;
  right: 2px; 
	top: 0px;
  width: 11px; 
	height: 309px;
}

#track2 {
  position: absolute; 
	right: 0; 
	top: 12px;
  width: 11px; 
  height: 285px;
	background: #574747;
}

#scrollbar2 img {
	display: block;
	width: 11px;
	height: 11px;
	border-style: none;
}
