/*body{
	background:#608a0e;
}*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height:100%;
	background:url(../images/track-bar.jpg) repeat-y 2px 0;
}
.jScrollPaneDrag {
	position: absolute;
	background:url(../images/drag-bar1.gif) 50% 50% no-repeat;
	height:31px !important;
	cursor: pointer;
	overflow: hidden;
	width:10px;
	margin-left:0px;
}

.jScrollPaneDragTop {
	position: absolute;

	margin-left:3px;
	top: 0;
	left: 0;
	overflow: hidden;
	background:url(../images/drag-bar-top.jpg) no-repeat;
}
.jScrollPaneDragBottom {
	position: absolute;
 	margin-left:3px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background:url(../images/drag-bar-bottom.jpg) no-repeat;
}

.holder {
	height:672px;
}
