.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:17px;
}

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:17px;
	height:17px;
	background: url(../images/upBtn.gif) no-repeat 0 0;
	cursor:pointer;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url(../images/upBtn.gif) no-repeat 0 -17px;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:17px;
	height:17px;
	background: url(../images/downBtn.gif) no-repeat 0 0;
	cursor:pointer;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url(../images/downBtn.gif) no-repeat 0 -17px;
}

.scrollBar{
	display:block;
	position: absolute;
	top:17px;
	right:0;
	bottom:17px;
	width:17px;
	background:#e6e6e6;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:17px;
	height:35px;
	min-height:13px;
	cursor: pointer;
	padding:11px 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:17px;
	background:#b9b9b9;
}



.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:17px;
	height:13px;
	background: url(../images/scrollHandleBG.gif) no-repeat center center  ;
	top:50%;
	margin:-5px 0 0 0;
}


.scrollHandleTop{
	display:block;
	position:absolute;
	width:17px;
	height:11px;
	background:#b9b9b9;
	top:0;
	margin:0 0 0 0;
}



.scrollHandleBottom{
	display:block;
	position:absolute;
	width:17px;
	height:11px;
	background:#b9b9b9 ;
	bottom:0;
	margin:0 0 0 0;
}

* html .scroll{
	/* fixes has-layout-bug in IE6*/
	zoom:1;	
}

* html .scrollHandleBottom{ bottom:-5px; }

* html .scrollHandle {
	padding-bottom:10px;	
	height: 100%;
}
