

.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:-20px;
	height:100%;	
	z-index:600;
}

.upBtn{
	display:none;
	position:absolute;
	top:0px;
	right:0;
	width:24px;
	height:22px;
	background: url(/files/arrowup.png) no-repeat 0 0;
	cursor:pointer;
}

.upBtn:hover{
	 background: url(/files/arrowup.png) no-repeat 0 0; 
}

.upBtn-Active, .upBtn-Active:hover{
	/* background: url(/files/arrowup.png) no-repeat 0 0; */
}

.downBtn{
	display:none;
	position:absolute;
	bottom:5px;
	right:0;
	width:24px;
	height:22px;
	/* background: url(/files/arrowdown.png) no-repeat 0 0px; */
	cursor:pointer;
}

.downBtn:hover{
	/* background: url(/files/arrowdown.png) no-repeat 0 0px; */
}

.downBtn-Active, .downBtn-Active:hover{
	/* background: url(./files/arrowdown.png) no-repeat 0 0; */
}

.scrollBar{
	display:block;
	position: absolute;
	top:0px;
	right:0;
	padding: 0 0 0 0;	
	bottom:0px;
	width:3px;
	height:100%;
	background: url(/files/scroll_bg.gif) repeat-y center top;
	z-index:600;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	left:-3px;
	bottom:20px;
	right:0;
	width:10px;
	height:10px;
	min-height:10px;
	max-height:10px;
	cursor: pointer;
	padding:0px 0;
	margin-top:3px;
	z-index:600;

	
}

.scrollHandleBG{
	display:block;
/* 	left:-3px; */
	left:0px;
	position: absolute;
	height:10px;
	width:10px;
	top:0px;
	bottom:0px;
	background: url(/files/scroll.png)  no-repeat center center ;
	z-index:600;
	
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	 background: url(/files/scroll.png) no-repeat 0 0 ;
	
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	 background: url(/files/scroll.png) no-repeat 0 0 ; 
	
}



