.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
/*under background*/
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height:321px;
	width:11px;
	background:url(barbg2.gif) left top no-repeat;
	/*background: #f0e6e6;*/
}
/*Bar color*/
.jScrollPaneDrag {
	position: absolute;
	background: #e5432d;
	cursor: pointer;
	overflow: hidden;
	width:11px
}
/*bar top*/
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	height:5px;
	width:12px;
	background:url(bar-top.gif) left top no-repeat;
	overflow: hidden;
}

/*bar bottom*/
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height:5px;
	width:12px;
	background:url(bar-bottom.gif) left bottom no-repeat;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(scroll-arrow-top.gif) left top no-repeat;
	/*background-color: #666;*/
	height:12px;
	width:11px
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(scroll-arrow-bottom.gif) left bottom no-repeat;
	/*background-color: #666;*/
	height: 12px;
	width:11px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}