
#content .jScrollPaneContainer  { margin: 0 auto; padding-left: 5px; position: relative; overflow:visible; z-index:2; }
body.altTpl #content .jScrollPaneContainer  {overflow:hidden; padding-left:76px;width:475px!important;}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/track.gif) repeat-y 8px 0;
	width:22px;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/panelDrag.gif) no-repeat 0 0;
	cursor: pointer;
	overflow: hidden;
	width:22px; height:28px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	right: -3px;
	overflow: hidden;

}
.jScrollPaneDragBottom {
	background:url(../images/paneldrag-bottom.gif) no-repeat 0 0; 
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height:3px;

}
a.jScrollArrowUp {
	background:url(../images/uparrow.gif) no-repeat 0 0; 
	display: block;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	width:10px;
	height: 10px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	background:url(../images/downarrow.gif) no-repeat 0 0; 
	display: block;
	position: absolute;
	z-index: 99;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 10px;
	width:10px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
