.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:23px;
}


.scrollBar{
	display:block;
	position: absolute;
	right:0;
	top:0;
	height:100%;
	width:23px;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	_right:-1px;
	width:23px;
	min-height:47px;
	_padding:47px 0;
	cursor: pointer;
	background:url(../bg/scroll.png) no-repeat;
}

* html .scrollHandle{ background:url(../bg/scroll.gif) no-repeat;}