.scrollControlsY{ background-color: #fff; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; display:block; position: absolute; top:0; right:-1px; height:100%; width:15px; }

.upBtn{
	display:none;
	position:absolute;
	bottom:15px;
	right:0;
	width:15px;
	height:26px;
	background: url(immagini/upBtn.gif) no-repeat;
	cursor:pointer;
}

.upBtn:hover{
	background: url(../immagini/upBtn.gif) no-repeat 0 -26px;
}

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

.downBtn{
	display:none;
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:15px;
	background: url(immagini/downBtn.gif) no-repeat 0 -34px;
	cursor:pointer;
	border-bottom: 1px solid #c2c0c2; 
}

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

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

.scrollBar{ background-color: #fff; display:block; position: absolute; top:-11px; right:0; padding: 0; bottom:15px; width:15px; }

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

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:15px;
	background: url(../immagini/scrollHandleBG.gif) repeat-y 0 0 ;
}

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

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

.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;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	/*background: url(../img/scrollHandleMiddle.gif) repeat-y -15px 0;*/
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	/*background: url(../img/scrollHandleMiddle.gif) repeat-y -30px 0;*/
}

.scrollHandleTop{
	display:block;
	position:absolute;
	width:15px;
	height:11px;
	background: url(../immagini/scrollHandleTop.gif) no-repeat 0 0;
	top:2px;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	background: url(../immagini/scrollHandleTop.gif) no-repeat -15px 0;
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	background: url(../immagini/scrollHandleTop.gif) no-repeat -30px 0;
}

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:15px;
	height:11px;
	background: url(../immagini/scrollHandleBottom.gif) no-repeat -30px 0 ;
	bottom:0;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	background: url(../immagini/scrollHandleBottom.gif) no-repeat -15px 0;
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: url(../immagini/scrollHandleBottom.gif) no-repeat 0 0 ;
}
