/* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#7b746c;
}


a.jScrollArrowUp {
	background: url(up.png) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	position: absolute;
	background: url(up_hov.png) repeat-x 0 0;
}
a.jScrollArrowDown {
	background: url(down.png) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	position: absolute;
	background: url(down_hov.png) repeat-x 0 0;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0px;
}
		
.holder {
	float: left;
	height: 250px;
}

.scroll-pane {
	width: 325px;
	height: 250px;
	overflow: auto;
	float: left;
	text-align:justify;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}


#pane2 {
	height: 242px;
	padding-right:10px;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
}
