
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;		
}

/* IE SPECIFIC HACKED STYLES */
* html .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */

.jScrollPaneTrackTop {	
	position: absolute;
	cursor: pointer;
	right: 0;	
	height: 100%;
	background: url(../../img/bar_top.png) no-repeat 0 0;
	_background: url(../../img/bar_top.gif) no-repeat 0 0;

}

.jScrollPaneTrack {	
	position: absolute;
	cursor: pointer;
	right: 0;	
	height: 100%;
	background: url(../../img/bar_midlle.png) repeat-y 0 0;
	z-index: 99;
}

.jScrollPaneDrag {
	background: url(../../img/scroll_middle.gif) repeat-y;
	z-index: 999;
	position: absolute;	
	cursor: pointer;
	overflow: hidden;
	left:1pt;
}
.jScrollPaneDragTop {
	_background: transparent url(../../img/scroll_top.gif) no-repeat;
	background: #c5cdc0 url(../../img/scroll_top.gif) no-repeat;
	height: 5px;	
	position: absolute;	
	z-index: 9999;	
	font-size: 0;		
}
.jScrollPaneDragBottom {
	_background: transparent url(../../img/scroll_base.gif) no-repeat;
	background: #c5cdc0 url(../../img/scroll_base.gif) no-repeat;
	height: 5px;
	position: absolute;
	bottom: 0pt;
	z-index: 9999;
	font-size: 5pt;
}

a.jScrollArrowUp {
	background: #c5cdc0 url(../../img/basic_arrow_up.gif) no-repeat 1pt 0;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 16px;
}
a.jScrollArrowUp:hover {
	background-position: 1pt -20px;
}

a.jScrollArrowDown {
	background: url(../../img/basic_arrow_down.png) no-repeat 1pt 0;	
	_background: url(../../img/basic_arrow_down.gif) no-repeat 1pt 0;	
	display: block;	
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 15px;
}
a.jScrollArrowDown:hover {
	background-position: 1pt -20px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 1pt -20px;
}
