
.jScrollPaneContainer {
	position: relative;
	left: 1px;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	background: #132842;
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	height: 100%;
	padding: 0px;
	width: 12px;
}

.jScrollPaneDrag {
	position: absolute;
	left: -2px;
	background: url('../images/core/drag.gif') repeat-y;
	cursor: pointer;
	overflow: hidden;
	width: 12px;
}

.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: 11px;
	width: 12px;
	padding: 1px;
	padding-bottom: 0px;
	padding-right: 2px;	
	background: #132842 url('../images/core/btn-up.gif') no-repeat 0px 0px;
}

a.jScrollArrowUp:hover {
	background-position: 0px 0px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 11px;
	width: 12px;
	padding: 1px;
	padding-right: 2px;
	background: #132842 url('../images/core/btn-dn.gif') no-repeat 0px 0px;
}

a.jScrollArrowDown:hover {
	background-position: 0px 0px;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0px 0px;
}

.holder {
	float: left;
	margin: 2px;
	margin-left: 0px;
	border: 1px solid #364b66;
	background: #132842;
	padding: 4px;
}

.scroll-pane {
	overflow: auto;
	float: left;
	width: 300px;
	padding: 8px;
}

#main-pane {
	height: 490px;
}
