.scrollControlsY{
	display:block;
	position: absolute;
	top:15px;
	right:5px;
	height:170px;
	width:15px;
	background: url(images/scrollBar.png) no-repeat right top;
}

.scrollBar{
	display:block;
	position: absolute;
	top:-10px;
	right:0;
	padding: 0 0 0 0;	
	bottom:41px;
	width:13px;
	height: 130px;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:13px;
	height:35px !important;
	min-height:4px;
	cursor: pointer;
	margin:13px 0 0 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:30px;
	width:13px;
	background: url(images/scrollHandleBG.png) no-repeat 0 0 ;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background: url(images/scrollHandleBGActive.png) no-repeat;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background: url(images/scrollHandleBGActive.png) no-repeat;
}

.scrollHandleMiddle{
	display: block;
	position: absolute;
	width:15px;
	height:13px;
	/*background: url(../img/scrollHandleMiddle.gif) no-repeat 0 0  ;*/
	top:50%;
	margin:-5px 0 0 0;
}


