/* Copyright (c) 2010 Manan oza.
 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 *
*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ea8831;
}
.jScrollPaneDrag {
	position: absolute;
	background: #4b6099;
	cursor: pointer;
	overflow: hidden;
	width:10px;
}
.holder { 	float: left;	margin: 10px;}

.scroll-pane {	height: 350px;	overflow: auto;	float: left;}

#pane3{	height: 350px;}
