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

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:17px;
	height:17px;
	background: url(images/scrollbar/upBtn.gif) no-repeat 0 0;
	cursor:pointer;
}

.upBtn:hover{
	background: url(images/scrollbar/upBtn.gif) no-repeat -18px 0;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url(images/scrollbar/upBtn.gif) no-repeat -36px 0;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:17px;
	height:17px;
	background: url(images/scrollbar/downBtn.gif) no-repeat 0 0;
	cursor:pointer;
}

.downBtn:hover{
	background: url(images/scrollbar/downBtn.gif) no-repeat -18px 0;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url(images/scrollbar/downBtn.gif) no-repeat -36px 0;
}

.scrollBar{
	display:block;
	position: absolute;
	top:20px;
	right:0;
	bottom:20px;
	width:17px;
	/*background: url(images/scrollbar/scrollBar.gif) repeat-y center top;*/
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:17px;
	height:10px;
	min-height:10px;
	cursor: pointer;
	padding:5px 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:17px;
	background: url(images/scrollbar/scrollHandleBG.gif) repeat-y 0 0 ;
	border-top: 1px solid #817464;
	border-bottom: 1px solid #817464;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background: url(images/scrollbar/scrollHandleBG.gif) repeat-y -18px 0;
	border-top: 1px solid #BBAD9B;
	border-bottom: 1px solid #BBAD9B;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background: url(images/scrollbar/scrollHandleBG.gif) repeat-y -36px 0;
	border-top: 1px solid #BBAD9B;
	border-bottom: 1px solid #BBAD9B;
}

.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:17px;
	height:0px;
	/*background: url(images/scrollbar/scrollHandleMiddle.gif) no-repeat 0 0  ;*/
	top:50%;
	margin:-5px 0 0 0;
}

/*.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	background: url(images/scrollbar/scrollHandleMiddle.gif) repeat-y -24px 0;
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	background: url(images/scrollbar/scrollHandleMiddle.gif) repeat-y -48px 0;
}*/

.scrollHandleTop{
	display:block;
	position:absolute;
	width:17px;
	height: 0px;
	/*height:5px;
	background: url(images/scrollbar/scrollHandleTop.gif) no-repeat 0 0;*/
	top:0;
	margin:0 0 0 0;
}

/*.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	background: url(images/scrollbar/scrollHandleTop.gif) no-repeat -18px 0;
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	background: url(images/scrollbar/scrollHandleTop.gif) no-repeat -36px 0;
}*/

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:17px;
	height:0px;
	/*height: 5px;
	background: url(images/scrollbar/scrollHandleBottom.gif) no-repeat 0 0 ;*/
	bottom:0;
	margin:0 0 0 0;
}

/*.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	background: url(images/scrollbar/scrollHandleBottom.gif) no-repeat -18px 0;
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: url(images/scrollbar/scrollHandleBottom.gif) no-repeat -36px 0 ;
}*/
