/* 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(images2/arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -13px;
}
a.jScrollArrowDown {
	background: url(images2/arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -13px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(images2/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	/*background: #69f;*/
}
			
.holder {
	/*float: left;*/
	margin-left:10px;
}

.scroll-pane {
	float:left;
	height:303px;
	overflow:auto;
	position:relative;
	width:932px;
}

.wide {
	/*width: 400px;*/
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	height:275px;
	width:100%;
}
#pane2 {
	height:303px;
	width:100%;
}
#pane3 {
	height:275px;
	width:100%;
}
#pane4 {
	height: 190px;
}