
#pane1{        display:block-inline;
height:500px;
			}
			
			
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	width:15px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	z-index:60;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 7;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 7;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}


			
				.winXP .jScrollPaneTrack {
				background: url(/i/ track_bg.png) repeat-y;
				width:20px;
		
			}
			.winXP .jScrollPaneDrag {
				background: url(/i/track_img.png) 0 50% no-repeat;
				width:40px;
						height:20px;
						position:relative;
						left:0px;
				
			}
			.winXP .jScrollPaneDragTop {
				background: url(/i/ gus.gif) no-repeat top left;
				height: 7px;
			}
			.winXP .jScrollPaneDragBottom {
				background: url(/i/ gus.gif) no-repeat bottom left;
				height: 7px;
			}
			.winXP a.jScrollArrowUp {
				height: 70px;
				background:  url(/i/ arr_top.png)  bottom center;
			}

			.winXP a.jScrollArrowDown {
                height: 70px;
				background: url(/i/ arr_bottom.png)  top center;
			}
			

/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}
/* /IE SPECIFIC HACKED STYLES */			
			
