/* CSS Document */
.holder {
	width:340px;
	float: right;

}

.scroll-pane {
	overflow: scroll; 
	float: right;
}

 
#pane1 {
	width:340px;
	height: 346px;
	float:right;
} 

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
/*	background: url(../images/track.png) 0 0 no-repeat;*/
	background:#252527;
	width:5px !important;
	height:100%;	
}
.jScrollPaneDrag {
	position: absolute;
	background:url(../images/drag.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
	margin-left:0;
	width:14px !important;
	height:51px !important;
}
.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: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
.scroll-pane{
	color:#9a9b9d;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;	
	line-height:20px;	
}
.scroll-pane  p{
	margin-bottom:10px;
	padding-right:10px;
	float:left;
}
