.scroll{
	display: block;
	position: absolute;
}

.scroll2{
	display: block;
	position: absolute;
}

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

.upBtn{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:15px;
	height:15px;
	background: url(../_img/scrollbar/upBtn.gif) no-repeat 0 0;
	cursor:pointer;
}

.upBtn:hover{
	background: url(../_img/scrollbar/upBtn.gif) no-repeat 0 -17px;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url(../_img/scrollbar/upBtn.gif) no-repeat 0 -34px;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:15px;
	background: url(../_img/scrollbar/downBtn.gif) no-repeat 0 -34px;
	cursor:pointer;
}

.downBtn:hover{
	background: url(../_img/scrollbar/downBtn.gif) no-repeat 0 -17px;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url(../_img/scrollbar/downBtn.gif) no-repeat 0 0;
}

.scrollBar{
	display:block;
	position: absolute;
	top:15px;
	right:0;
	padding: 0 0 0 0;
	bottom:15px;
	width:15px;
	background: url(../_img/scrollbar/scrollBar.gif) repeat-y right top;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:15px;
	height:35px;
	min-height:4px;
	cursor: pointer;
	padding:11px 0;
	margin:0px 0 13px 0;
	background: url(../_img/scrollbar/scrollHandleBG.gif) repeat-y 0 0;
}

.scrollHandleBG{
	display:block;
	position: absolute;
	top: 11px;
	bottom: 11px;
	width:15px;
}

.scrollHandle:hover{
	background: url(../_img/scrollbar/scrollHandleBG.gif) repeat-y -15px 0;
}

.scrollHandle-Active:hover{
	background: url(../_img/scrollbar/scrollHandleBG.gif) repeat-y -30px 0;
}

.scrollHandleMiddle{
	display: block;
	position: absolute;
	width:15px;
	height:13px;

	top:50%;
	margin:-5px 0 0 0;
}



.scrollHandleTop{
	display:block;
	position:absolute;
	width:15px;
	height:11px;
	
	top:2px;
	margin:0;
}


.scrollHandleBottom{
	display:block;
	position:absolute;
	width:15px;
	height:11px;
	
	bottom:0;
	margin:0;
}


