/* 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;
}
 
 			
.holder {
	float: left;
	margin: 10px;
	
}

.scroll-pane2 {
	width:366px;
	padding-right:20px;
	height:420px;
	overflow:auto;
  
 
 }
.scroll-pane2ENG {
	width:366px;
	padding-right:20px;
	height:380px;
	overflow:auto;
	margin-top:40px;
  
 
 }
 
.scroll-pane3 {
	width:450px;
	padding-right:20px;
	height:420px;
	overflow:auto;
 
 
 }
 
.scroll-pane4 {
	width:700px;
	padding-right:20px;
	height:420px;
	overflow:auto;
  
 
 }
.scroll-pane5 {
	width:400px;
	padding-left:20px;
	height:229px;
	overflow:auto;
  
 
 }
 
 

