.jScrollPaneContainer {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 745px;
	float: left;
	display: block;
}

.jScrollPaneTrack {
	background: url(../images/track_bg.png) repeat-y;
	cursor: pointer;
	height: 315px;
	position: absolute;
	right: 0;
	float: left;
}

.jScrollPaneDrag {
	background: url(../images/scroll_drug.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: -6px;
	float: left;
	margin-top: 3px;
	height: 39px;
}

.jScrollPaneDragTop {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.jScrollPaneDragBottom {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}

a.jScrollArrowUp {
	text-indent: -2000px;
}

a.jScrollArrowDown {
	text-indent: -2000px;
}

.holder {
	float: left;
	width: 745px;
	height: 135px;
	text-align: left;
	margin-top: 7px;
}

.scroll_pane {
	float: left;
	overflow: auto;
	width: 735px;
}

.pane {
	height: 135px;
	float: left;
	width: 745px;
}

*:first-child+html p {
	padding: 0;
	margin-left: -80px;
	width: 715px;
}

.holder p {
	color: #696969;
	margin-bottom: 10px;
	float: left;
	font-size: 13px;
}

.holder p span {
	color: #C2C2C2;
}