.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:-1px;
	height:100%;
	width:16px;
	background: url(../images/scroll_bg.gif) center top repeat-y;
}

.upBtn{
	display:block;
	position:absolute;
	bottom:0px;
	right:0;
	width:15px;
	height:0px;
	background: url(../images/upBtn.gif) no-repeat 0 0;
	cursor:pointer;	
	display: none;
}

.upBtn:hover{
	background: url(../images/upBtn.gif) no-repeat 0 -17px;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url(../images/upBtn.gif) no-repeat 0 -34px;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:1px;
	background: url(../images/downBtn.gif) no-repeat 0 -34px;
	cursor:pointer;
	display: none;
}

.downBtn:hover{
	background: url(../images/downBtn.gif) no-repeat 0 -17px;
	display: none;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url(../images/downBtn.gif) no-repeat 0 0;
	display: none;
}

.scrollBar{
	display:block;
	position: absolute;
	top:0px;
	right:0;
	padding: 0 0 0 0;	
	bottom:0px;
	width:15px;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:15px;
	height:35px;
	min-height:4px;
	cursor: pointer;
	padding: 0px 0;
	margin:0px 0 0 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:12px;
	background: url(../images/scroller.gif) center center no-repeat #DDD99C;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background: url(../images/scroller.gif) center center no-repeat #DDD99C;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background: url(../images/scroller.gif) center center no-repeat #DDD99C;
}

.scrollHandleMiddle{
	display: block;
	position: absolute;
	width:15px;
	height:13px;
	/*background: url(../images/mooscroll/scrollHandleMiddle.gif) no-repeat 0 0  ;*/
	top:50%;
	margin:-5px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	/*background: url(../images/mooscroll/scrollHandleMiddle.gif) repeat-y -15px 0;*/
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	/*background: url(../images/mooscroll/scrollHandleMiddle.gif) repeat-y -30px 0;*/
}

.scrollHandleTop{
	display:block;
	position:absolute;
	width:15px;
	height:1px;
	background: url(../images/scrollHandleTop.gif) no-repeat 0 0;
	top:0px;
	margin:0 0 0 0;
	display: none;
}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	background: url(../images/scrollHandleTop.gif) no-repeat -15px 0;
	display: none;
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	background: url(../images/scrollHandleTop.gif) no-repeat -30px 0;
	display: none;
}

.scrollHandleBottom {
	display:block;
	position:absolute;
	width:15px;
	height:1px;
	background: url(../images/scrollHandleBottom.gif) no-repeat -30px 0 ;
	bottom:0;
	margin:0 0 0 0;
	display: none;	
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	background: url(../images/scrollHandleBottom.gif) no-repeat -15px 0;
	display: none;
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: url(../images/scrollHandleBottom.gif) no-repeat 0 0 ;
	display: none;
}
