.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:24px;
}

.scrollBar{
	display:block;
	position: absolute;
	top:24px;
	right:0;
	bottom:24px;
	width:24px;
	background: url(../images/scrollbar/scrollbar.jpg) repeat-y center top;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:24px;
	height:35px;
	min-height:13px;
	cursor: pointer;
	padding:11px 0;
	text-align:center;
}

.scrollHandleBG{
	height:100%;
	width:9px;
	margin:auto;
	background: url(../images/scrollbar/scroll.jpg);
}

