.jScrollPaneContainer {
	position:				relative;
	overflow:				hidden;
	z-index:				1;	
	padding-top:			3px;
	padding-bottom:			3px;	
}
.jScrollPaneTrack {
	position:				absolute;
	cursor:					pointer;
	left:					0;
	top:					0;
	height:					100%;
	background-color:		#998c78;
	border-top:				2px solid #998c78;
	border-bottom:			2px solid #998c78;
	-webkit-border-radius:	20px 20px 20px 20px;
	border-radius:			20px 20px 20px 20px;
	padding-top:			2px;
	padding-bottom:			2px;	
}
.jScrollPaneDrag {
	position:				absolute;
	background-color:		transparent;		
	cursor:					pointer;
	overflow:				hidden;
}
.jScrollPaneDragTop {
	position: 				absolute;
	top:					0;
	left:					0;
	height:					50%;
	overflow:				hidden;		
	border-top:				5px solid #f1e8cd;
	-webkit-border-radius:	5px 5px 0px 0px;
	border-radius:			5px 5px 0px 0px;
	background-color:		#f1e8cd;
}
.jScrollPaneDragBottom {
	position:				absolute;
	bottom:					0;
	left:					0;
	height:					50%;
	overflow:				hidden;		
	border-bottom:			5px solid #f1e8cd;
	-webkit-border-radius:	0px 0px 5px 5px;
	border-radius:			0px 0px 5px 5px;
	background-color:		#f1e8cd;
}