.scroll-pane {
	width: 920px;
	height: 520px;
	overflow: auto;
	margin:0 auto;
	position:relative !important;
	float:left;
}
.jScrollPaneContainer {
	overflow: hidden;
	z-index: 1;
	margin:0 auto;
	position:relative;
	}
	
.jScrollArrowUp{
	background:url(../images/scroll_gora.gif) no-repeat;
		overflow: hidden;
	position:absolute;
	cursor:pointer;
	right:0;top:0;
	height:6px;
	width:20px;
}
.jScrollArrowDown{
	background:url(../images/scroll_dol.gif) no-repeat;
	position:absolute;
	cursor:pointer;
	right:0;bottom:0;
	height:6px;
	width:20px;
		overflow: hidden;
}
.jScrollPaneTrack{
	background:url(../images/scroll_linia.gif) repeat-y;
	position:absolute;
	cursor:pointer;
	right:0;top:0;
	height:100%;
	width:20px;
}
.jScrollPaneDrag{
	position:absolute; 
	background:url(../images/scroll.gif) no-repeat;
	width:20px;
	height:102px;
	cursor:pointer;
	overflow:hidden;
}
		
.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;
	}
