.scroll-pane {
	width: 780px;
	height: 480px;
	overflow: auto;
	margin:0 auto;
	position:relative !important;
	float:left;
}
.jScrollPaneContainer {
	overflow: hidden;
	z-index: 1;
	margin:0 auto;
	position:relative;
	}
.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;top:0;
	height:100%
}
.jScrollPaneDrag{
	position:absolute; 
	background:#870000;
	cursor:pointer;
	overflow:hidden;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
		
.scroll-pane{padding:0;}
		
.scroll-pane p{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#000;
	padding:12px;
	font-family : Arial, 'Verdana', Helvetica, sans-serif;
	font-style: inherit;
	font-size : 9pt;
	font-weight : normal;
	color:#cacaca;
	line-height:16px;
	margin-top:20px;
	text-align:justify;
	clear:both;
	min-height: 110px;
	height:auto !important;
	height:110px;
	}
