/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */
/*
a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.jpg) no-repeat 0 0;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.jpg) no-repeat 0 0;
}*/
.holder {
/*	margin: 10px;*/
}
.scroll-pane {
	width: 350px;
	height: 532px;
	overflow: auto;
	padding:10px;
	right:0;
}
#pane2 ul li{
	list-style-type:disc;
	margin-left:30px;
	line-height:18px;
}
#pane2 ul{
	margin-bottom:20px;	
	}
/*
.scroll-pane img{
	margin:5px 0;
}*/
