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

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

.upBtn:hover{
	background: url(../img/upBtn.gif) no-repeat 0 -11px;
}

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

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:10px;
	height:11px;
	background: url(../img/downBtn.gif) no-repeat 0 0px;
	cursor:pointer;
	padding: 0;
	z-index: 2;
}
* html body .downBtn {
	bottom:-4px;

}
.downBtn:hover{
	background: url(../img/downBtn.gif) no-repeat 0 -11px;
}

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

.scrollBar{
	display:block;
	position: absolute;
	top:10px;
	right:0;
	bottom:10px;
	width:10px;
	background:#CCC;
	border-top: 1px solid #f5f5f5;
}

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

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:10px;
	background: #666;

}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background:#666;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background:#666;
}

.scrollHandleMiddle{
	display: none;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	background:#666;
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	background:#666;
}

.scrollHandleTop{
	display: none;

}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
}

.scrollHandleBottom{
	display: none;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
}



