.jScrollPaneContainer {
	overflow:hidden;
	position:relative;
	width:505px !important;
	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: -3px;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height:10px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden; 
	height:10px;
}

.jScrollPaneTrack { background: url(osx_track.gif) repeat-y; }
.jScrollPaneDrag { background: url(osx_drag_middle.gif) repeat-y; }
.jScrollPaneDragTop {	background: url(osx_drag_middle.gif) no-repeat; height: 10px; }
.jScrollPaneDragBottom { background: url(osx_drag_middle.gif) no-repeat; height: 10px; }
a.jScrollArrowUp { background: url(osx_arrow_up.gif) no-repeat 0 0 }
a.jScrollArrowDown { background: url(osx_arrow_down.gif) no-repeat 0 0 }
.scroll-pane { 
	padding:10px;
	padding-right: 25px;
	text-align:justify;
}
.scroll-pane  img {	margin:10px; }
/* IE SPECIFIC HACKED STYLES */
* html .jScrollPaneDragBottom { bottom: -1px; }
/* /IE SPECIFIC HACKED STYLES */

