.tessapanelIn {
	height: 400px;
	width: 550px;
	overflow: hidden;
	padding: 0 10px 10px 0;
	margin: 20px 0px 20px 0;
	}
	
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 3px;
	top: 0;
	width: 13px !important;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	width: 13px !important;
	height: 27px !important;
	background: url(../i/scrollbar.png) no-repeat left top;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	display: none;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	display: none;
	left: 0;
	overflow: hidden;
}
