.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	clear: both;
	margin-left:10px;
	outline:none;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
    background:none repeat scroll 0 0 #CCCCCC;
    right: 10px;
}

.jScrollPaneDrag {
	position: absolute;
        background:none repeat scroll 0 0 #939393;
	cursor: pointer;
	overflow: hidden;
}


a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	text-indent: -2000px;
	overflow: hidden;
  height: 11px;
    width: 11px;
    background:url("/images/scroll-up-a.gif") repeat-x scroll 0 0 transparent;
    right: 10px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-indent: -2000px;
	overflow: hidden;
  height: 13px;
    width: 11px;
    background:url("/images/scroll-down-a.gif") repeat-x scroll 0 4px transparent;
    right: 10px;

}

