.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:24px;
}

.upBtn{
	display:block;
	position:absolute;
	top:467px;
	right:0;
	width:24px;
	height:10px;
	background: url(../../images/upBtn.gif) no-repeat 50% 0;
	*background: url(../../images/upBtn.gif) no-repeat 55% 0;
	cursor:pointer;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:2px;
	right:0;
	width:24px;
	height:10px;
	background: url(../../images/downBtn.gif) no-repeat 50% 0;
	*background: url(../../images/downBtn.gif) no-repeat 55% 0;
	cursor:pointer;
}

.scrollBar{
	display:block;
	position: absolute;
	top:0;
	right:0;
	width:24px;
	background: url(../../images/scroll_bkg.gif) repeat-y center top;
	height:464px
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:20px;
	height:13px;
	cursor: pointer;
	padding:0 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:8px;
	width:20px;
	background: url(../../images/scroll_button.gif) no-repeat 60% 0 ;
	*background: url(../../images/scroll_button.gif) no-repeat 67% 0 ;
}
