.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:24px;
}

.upBtn, .upBtn:hover, .upBtn-Active, .upBtn-Active:hover{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:19px;
	height:16px;
	background: url(../im/upBtn.gif) no-repeat;
	cursor:pointer;
}

.downBtn, .downBtn:hover, .downBtn-Active, .downBtn-Active:hover{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:19px;
	height:16px;
	background: url(../im/downBtn.gif) no-repeat;
	cursor:pointer;
}
.scrollBar{
	display:block;
	position: absolute;
	top:16px;
	right:0;
	bottom:16px;
	width:19px;
	background: url(../im/scrollBar.gif) repeat-y center top;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:19px;
	height:35px;
	min-height:13px;
	cursor: pointer;
	padding:11px 0;
}

.scrollHandleBG, .scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:19px;
	background: url(../im/scrollHandleBG.gif) repeat-y;
}
.scrollHandleMiddle, .scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	display:block;
	position: absolute;
	width:19px;
	height:9px;
	background: url(../im/scrollHandleMiddle.gif) no-repeat;
	top:50%;
	margin:-5px 0 0 0;
}

.scrollHandleTop, .scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	display:block;
	position:absolute;
	width:19px;
	height:16px;
	background: url(../im/scrollHandleTop.gif) no-repeat ;
	top:0;
	margin:0 0 0 0;
}

.scrollHandleBottom, .scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	display:block;
	position:absolute;
	width:19px;
	height:14px;
	background: url(../im/scrollHandleBottom.gif) no-repeat ;
	bottom:0;
	margin:0 0 0 0;
}

