.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:24px;
}



.scrollBar{
	display:block;
	position: absolute;
	top:5px;
	right:0;
	bottom:5px;
	width:24px;
	
}



.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:24px;
	background: url(http://pkfashion.nl/img/scrollHandleBG.gif) repeat-y 0 0 ;
}


