/* 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(/_img/buttons/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(/_img/buttons/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.scroll-pane {
	width: 600px;
	height: 380px;
	overflow: auto;
	background: #EDEDEC;/*#ccc;*/
	float: left;
}


.scroll-pane  h4 {
  padding:2px 15px; 
  margin:10px 0;
}

.scroll-pane p {
  padding:2px 15px;
  margin:5px 0;
  font-size:0.9em;
}

.scroll-pane p.intro {
  font-size:0.95em;
}

.scroll-pane li {
  padding:2px 0;
  font-size:0.9em;
}

.scroll-pane ul{
  margin-top:0px;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}

