/* 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: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a.jScrollArrowUp {
	
	background: url(../images/up.png) no-repeat 0 0 ;
}
a.jScrollArrowUp:hover {
	background: url(../images/up.png) no-repeat 0 0;
}
a.jScrollArrowDown {
		
	background: url(../images/down.png) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background: url(../images/down.png) no-repeat 0 0;	

}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
/*	background-position: 0 -30px;*/
	/*background: url(../images/down.png) repeat-x 0 0;*/
}
.jScrollPaneTrack {	
background: url(../images/line.png) repeat-y 0 0;
}
.jScrollPaneDrag {
padding-left:10px;
	background: url(../images/grab.png) no-repeat;
}
.holder {
	float: left;
	margin: 10px;
	height:380px;
	width:880px;
	margin-top:20px;
}
.holder2{
		float: right;
margin-top:20px;
	height:380px;
	width:260px;
/*	margin-top:0px;
	*/
	color:#FFF;	
}
.scroll-pane {
float:left;
height:360px;
overflow:auto;
text-align:justify;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:560px;
}

.wide {
	width: 400px;
}
.super-wide {
	width: 700px;
}
.tall {
	height: 400px;
}