.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:5px;
	height:479px;
	width:12px;
}
.scrollBar{
	display:block;
	position: absolute;
	top:0;
	right:0;
	bottom:24px;
	width:12px;
	background: url(../img/scroll/scrollBar.gif) no-repeat top center ;
}
.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:10px;
	height:22px;
	background: url(../img/scroll/scroll_handle.gif) no-repeat;
	top:0;
	right:1px;
	margin:0 0 0 0;
}