.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:210px;
	width:11px;
}

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

.upBtn:hover{
}

.upBtn-Active, .upBtn-Active:hover{
}

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

.downBtn:hover{
}

.downBtn-Active, .downBtn-Active:hover{
}

.scrollBar{
	display:block;
	position: absolute;
	top:0px;
	right:25px;
	bottom:24px;
	width:11px;
	background: url(images/orangePixel.gif) repeat-y center top;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:11px;
	height:35px;
	min-height:13px;
	cursor: pointer;
	background: 	url("images/scrollHandle.gif") no-repeat center;
        -moz-border-radius:     5px; 
        -webkit-border-radius:  5px;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:11px;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
}

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

.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:11px;
	height:13px;
	top:50%;
	margin:-5px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
}

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

.scrollHandleTop{
	display:block;
	position:absolute;
	width:11px;
	height:11px;
	top:0;
	margin:0 0 0 0;
}

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

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

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:11px;
	height:11px;
	bottom:0;
	margin:0 0 0 0;
}

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

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