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

.scrollBar{
	display:block;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	width:15px;
	background: url(../images/scroll.png);
}

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

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:15px;
	background: #e9e4da;
}
.scrollHandle-Active .scrollHandleBG { background: #923445; }

.upBtn, .downBtn { display: none; }