.lyr1, .lyr1_produkty {
	width:818px;
	float:right;	
	line-height:18px;
	padding:5px 10px;
}
.lyr1_produkty {
	width:610px;
}
.wn, .wn_produkty { 
    position:relative;
    width:849px; 
    height:371px;
    overflow:hidden;
}
.wn_produkty {
	width:632px;
}
div#scrollbar { 
	display:block;
  	position:relative;
  	width:11px;
  	height:371px; 
  	font-size:1px;
  	float:right;
}
div#track { 
  	position:absolute; 
  	left:0;
  	top:12px;
  	width:9px;
  	height:359px;
  	background:#000000;
  	border:1px solid #ffffff;
}
div#dragBar {
   	left:1px;
   	top:1px;
  	width:7px;
  	height:20px;
  	position:absolute; 
   	background-color:#ceced6;
}  
div#up { 
	position:absolute;
	left:0;
	top:0;
}  
div#down { 
	position:absolute;
	left:0;
	bottom:0;
}
/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
} 

