.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0px;
	height: 100%;
	background: #aaa;
	/*background: url(../img/scrollbar/windows_track.gif) repeat-y;*/
	background: url(../img/scrollbar/line.png) repeat-y;
	width:2px;
}

.left .jScrollPaneTrack {
	left:0;
	right:auto;
}
.left a.jScrollArrowUp {
	left:0;
	right:auto;
}
.left a.jScrollArrowDown {
	left:0;
	right:auto;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	/*background: url(../img/scrollbar/windows_drag_middle.gif) no-repeat 0 50%;*/
	background: url(../img/scrollbar/drag_3.png) no-repeat;
	height: 37px;
	width: 37px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	/*background: url(../img/scrollbar/windows_drag_top.gif) no-repeat;*/
	height: 0px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	/*background: url(../img/scrollbar/windows_drag_bottom.gif) no-repeat;*/
	height: 0px;

}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 2px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 29px;
	width: 37px;
	/*background: url(../img/scrollbar/windows_arrow_up.gif) no-repeat 0 0;*/
	background: url(../img/scrollbar/up.png) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;
	background-position: 0 -20px;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 2px;
	right: 0;	
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	width: 37px;
	height:30px;
	/*background: url(../img/scrollbar/windows_arrow_down.gif) no-repeat 0 0;*/
	background: url(../img/scrollbar/down.png) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;
	background-position: 0 -20px;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;
	background-position: 0 -40px;*/
}
