.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:410px !important;
}
div#content-right .jScrollPaneContainer {
	width:350px !important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
div#content-right .jScrollPaneTrack {
	background: #c2c5c7;
}

.jScrollPaneDrag {
	position: absolute;
	/*background: #666;*/
	cursor: pointer;
	overflow: hidden;
	background: url(../images/scroll-bar.gif) repeat-y 1px 0px;
}
div#content-right .jScrollPaneDrag {
	background: url(../images/scroll-right-bar.gif) repeat-y 0px 0px;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/scroll-bar-top.gif) no-repeat 1px 0px;
	height:6px;
}
div#content-right .jScrollPaneDragTop {
	background: url(../images/scroll-right-bar-top.gif) no-repeat 0px 0px;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/scroll-bar-bottom.gif) no-repeat 1px 0px;
	height:6px !important;
	overflow:hidden !important;
}
div#content-right .jScrollPaneDragBottom {
	background: url(../images/scroll-right-bar-bottom.gif) no-repeat 0px 0px;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 26px;
	background: url(../images/scroll-top.gif) no-repeat 0 0px;
}
div#content-right a.jScrollArrowUp {
	background: url(../images/scroll-right-top.gif) no-repeat 0 0px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	background-position: 0 0;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 26px;
	background: url(../images/scroll-bottom.gif) no-repeat left bottom;
}
div#content-right a.jScrollArrowDown {
	background: url(../images/scroll-right-bottom.gif) no-repeat left bottom;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	background-position: left bottom;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}