.scrollControlsY{
	display:block;
	position: absolute;
	bottom:0;
	right:0;
	height:80px;
	width:11px;
	overflow:hidden;
	background:url(bg/scrollBg.gif) repeat-y;
}


.scrollBar{
	display:block;
	position: absolute;
	right:0px;
	top:10px;
	_top:10px;
	height:60px;
	width:11px;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	width:11px;
	height:23px;
	cursor: pointer;
	padding:11px 0 12px 0;
	font-size:1px;
	line-height:1px;
	background:url(bg/scrollHead.gif) no-repeat;
}

.scrollHandleBG{
	display:none;
	position: relative;
	height:0px;
	width:11px;
	background: url(../bg/scrollHandleBG.gif) repeat-y 0 0 ;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background: url(../bg/scrollHandleBG.gif) repeat-y 0 0;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background: url(../bg/scrollHandleBG.gif) repeat-y 0 0;
}

.scrollHandleMiddle{
	display:none;
	position: absolute;
	width:11px;
	height:0px;
	background: url(../bg/scrollHandleMiddle.gif) no-repeat 0 0  ;
	top:50%;
	margin:-5px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	background: url(../bg/scrollHandleMiddle.gif) repeat-y 0 0;
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	background: url(../bg/scrollHandleMiddle.gif) repeat-y 0 0;
}

.scrollHandleTop{
	display:block;
	position:absolute;
	width:11px;
	height:20px;
	background: url(../bg/scroll_2.jpg) no-repeat center 0;
	top:-3px;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	background: url(../bg/scroll_2.jpg) no-repeat center 0;
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	background: url(../bg/scroll_2.jpg) no-repeat center 0;
}

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:11px;
	height:20px;
	background: url(../bg/scroll_2.jpg) no-repeat center 0 ;
	bottom:-2px;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	background: url(../bg/scroll_2.jpg) no-repeat center 0;
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: url(../bg/scroll_2.jpg) no-repeat center 0 ;
}
.upBtn{ position:absolute; font-size:1px; line-height:1px; background:url(bg/scrollUp.gif); width:11px; height:10px; left:0; top:0; cursor:pointer;}
.downBtn{ position:absolute; font-size:1px; line-height:1px; background:url(bg/scrollDown.gif); width:11px; height:10px;left:0; bottom:0;cursor:pointer;}