.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.holder {
	float: right;
	margin-right:10px;
	/*margin: 10px;*/
}
.scroll-pane {
	/*
	width: 300px;
	height: 288px; 
	padding-right: 14px; 
	*/
	overflow: auto;
  	float: right;
   
}
.osX .jScrollPaneTrack {
	background: url(osx_track.gif) repeat-y;
    width: 9px;
}
.osX .jScrollPaneDrag {
	background: url(osx_drag_middle.gif) repeat-y;
    width: 9px;
}
.osX .jScrollPaneDragTop {
	background: url(osx_drag_top.gif) no-repeat;
	height: 6px;
    width: 9px;
}
.osX .jScrollPaneDragBottom {
	background: url(osx_drag_bottom.gif) no-repeat;
	height: 7px;
    width: 9px;
}
/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */