/* 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(basic_arrow_up_new.png) repeat-x 0 0;
	margin-top:5px;
}
a.jScrollArrowDown {
	background: url(basic_arrow_down_new.png) repeat-x 0 0;	
	margin-bottom:5px;
}

.holder {
	float: left;
	margin: 18px;
}

.scroll-pane {
	width: 100%;
	height: 440px;
	overflow: auto;

	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane2 {
	height: 440px;
}


#pane_service {
	height: 455px;
}

#pane_branches {
	height: 455px;
}


