/* 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:hover {
	background-position: 0 -15px;
}

a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


		
.holder {
	float: left;
	margin: 10px;
}

.holder_aboutus
{
	float: left;
}

.holder_news
{
	float: left;
}

.scroll-pane {
	width: 410px;
	height: 350px;
	overflow: auto;
	float: left;
}

.scroll-pane p
{
	margin:0;
	padding:0;
}

.scroll-pane4
{
	width: 453px;
	height: 400px;
	overflow: auto;
	float: left;
}

.scroll-pane5
{
	width: 453px;
	height: 400px;
	overflow: auto;
	float: left;
}

.scroll-pane3
{

	height: 300px;
	overflow: auto;
	float: left;
}

.scroll-pane5 p
{
	margin:0;
	padding:0;
}

.scroll-pane3 p
{
	margin:0;
	padding:0;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
