/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {
	font-family:"Myriad Web Pro", "Myriad Pro", Arial;
	/*font-family: "Myriad Pro", Helvetica;*/
	font-size: 14px;
	line-height:18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
*/

.orange-bar .jScrollPaneTrack {
	background: url(images/testSCROLLER.gif) repeat-y;
	
}
.orange-bar .jScrollPaneDrag {
	background: url(images/redBall.png) no-repeat 50% 03%;
	height:18px;
	width:18px;
}

			
.holder {
	float: left;
	margin: 0px;
	width:429px;
	height:450px;
}

.scroll-pane {
	height: 450px;
	overflow: auto; 
	float: left;
	font-family:"Myriad Web Pro", "Myriad Pro", Arial;
	font-size: 14px;
	line-height:18px;
	padding-left:2px;
	text-align:justify;
	
}