/* 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.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.novo-scroll .jScrollPaneTrack {
	background: #d4d5d6;
}
.novo-scroll .jScrollPaneDrag {
	background: #c8c9ca;
}
.novo-scroll .scroll-pane {
	background: #69f;
}
			
.holder {
	
	/*margin-top: 5px;*/
	
}

.scroll-pane {
	width: 263px;
	overflow: auto;
	float: left;
}

.scroll-pane2 {
	width: 527px;
	overflow: auto;
	float: left;
}

.scroll-pane3 {
	width: 230px;
	overflow: auto;
	float: left;
}

.scroll-pane7 {
	width: 472px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 200px;
}

#pane1 {
	height: 567px;
}
#pane2 {
	height: 380px;
}
#pane3 {
	height: 428px;
}
#pane4 {
	height: 190px;
}

#pane7 {
	height: 389px;
}
