/* scroll na stronie o nas i imprezy */
#scrollbar {
  position: absolute;
  right: 0px; 
	top: 0px;
  width: 11px; 
	height: 354px;
}

#track {
  position: absolute; 
	right: 0; 
	top: 12px;
  width: 11px; 
  height: 330px;
	/*background: #574747;*/
	background-color: #A0522d;
}

#dragBar {
  position: absolute; 
	left: 1px; 
	top: 1px;
  width: 9px; 
	height: 20px;
  /*background-color: #CECED6;*/
	background-color: #ffe4b5;
}

#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 munu i karta win */
#scrollbar1 {
  position: absolute;
  right: 1px; 
	top: 0px;
  width: 11px; 
	height: 403px;
}

#track1 {
  position: absolute; 
	right: 0; 
	top: 12px;
  width: 11px; 
  height: 379px;
	background: #574747;
}

#scrollbar1 img {
	display: block;
	width: 11px;
	height: 11px;
	border-style: none;
}
