.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:13px;
}

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:13px;
	height:7px;
	background: url(../images/arrow_up.png) no-repeat 0 0;
	cursor:pointer;
}


.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:13px;
	height:7px;
	background: url(../images/arrow_down.png) no-repeat 0 0;
	cursor:pointer;
}

.scrollBar{
	display:block;
	position: absolute;
	top:7px;
	right:0;
	bottom:7px;
	width:13px;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:13px;
	height:35px;
	min-height:13px;
	cursor: pointer;
	padding:11px 0;
}

.scrollHandle {
}
.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:14px;
	background: url(../images/scroll_back.png) repeat-y center center;
}
.scrollHandleMiddle {

}
.scrollHandleTop {
    width:14px;
    height:36px;
    background: url(../images/scroll_top.png) repeat-y center center;
}
.scrollHandleBottom {
    width:14px;
    height:36px;
    background: url(../images/scroll_bottom.png) repeat-y center center;
}