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

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

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

.scrollBar{
	display:block;
	position: absolute;
	right:0;
	width:15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660066;
	border-left-color: #660066;
	top: 17px;
	bottom: 17px;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:15px;
	height:15px;
	cursor: pointer;
	background-image: url(../images/scrollHandleBG.gif);
	min-height: 13px;
}
