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

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:10px;
	height:11px;
	background: url("http://www.frasergregory.com/new/img/upBtn.gif") no-repeat 0 0;
	cursor:pointer;
}

.upBtn:hover{
	background: url("http://www.frasergregory.com/new/img/upBtn.gif") no-repeat 0 -10;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url("http://www.frasergregory.com/new/img/upBtn.gif") no-repeat 0 -20;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:4px;
	height:11px;
	background: url("http://www.frasergregory.com/new/img/downBtn.gif") no-repeat 0 -20;
	cursor:pointer;
}

.downBtn:hover{
	background: url("http://www.frasergregory.com/new/img/downBtn.gif") no-repeat 0 -10;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url("http://www.frasergregory.com/new/img/downBtn.gif") no-repeat 0 0;
}

.scrollBar{
	display:block;
	position: absolute;
	top:0px;
	right:0;
	bottom:0px;
	width:10px;
	background: url("http://www.frasergregory.com/new/img/scrollBar.gif") repeat-y center top;
}

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

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:10px;
	background: url("http://www.frasergregory.com/new/img/scrollHandleBG.gif") repeat-y 0 0 ;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background: url("http://www.frasergregory.com/new/img/scrollHandleBG.gif") repeat-y -10px 0;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background: url("http://www.frasergregory.com/new/img/scrollHandleBG.gif") repeat-y -20px 0;
}

.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:10px;
	height:13px;
	background: url("http://www.frasergregory.com/new/img/scrollHandleMiddle.gif") no-repeat 0 0  ;
	top:50%;
	margin:-5px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	background: url("http://www.frasergregory.com/new/img/scrollHandleMiddle.gif") repeat-y -10px 0;
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	background: url("http://www.frasergregory.com/new/img/scrollHandleMiddle.gif") repeat-y -20px 0;
}

.scrollHandleTop{
	display:block;
	position:absolute;
	width:10px;
	height:11px;
	background: url("http://www.frasergregory.com/new/img/scrollHandleTop.gif") no-repeat 0 0;
	top:0;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	background: url("http://www.frasergregory.com/new/img/scrollHandleTop.gif") no-repeat -10px 0;
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	background: url("http://www.frasergregory.com/new/img/scrollHandleTop.gif") no-repeat -20px 0;
}

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:10px;
	height:11px;
	background: url("http://www.frasergregory.com/new/img/scrollHandleBottom.gif") no-repeat -20px 0 ;
	bottom:0;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	background: url("http://www.frasergregory.com/new/img/scrollHandleBottom.gif") no-repeat -10px 0;
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: url("http://www.frasergregory.com/new/img/scrollHandleBottom.gif") no-repeat 0 0 ;
}
