/* 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 {
	
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {

}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
.orange-bar .jScrollPaneTrack {
	background:url(../images/BGtrack.gif) no-repeat;
}
.orange-bar .jScrollPaneDrag {
	background: #c3c3c3 url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background:none;
}
			
.holder {
	float: left;
}

.scroll-pane {
	width: 339px;
	height: 110px;
	overflow: auto;
	float: left;
}

.scroll-pane1 {
	width: 380px;
	height: 240px;
	overflow: auto;
	float: left;
}

.scroll-pane2 {
	width:450px;
	height:320px;
	overflow: auto;
	float: left;
}

.holder-menu {margin-left:110px;
	margin-top:10px; }

.scroll-pane-menu {
	width: 500px;
	height: 490px;
	overflow: auto;
	text-align:center;

}
.scroll-pane-contact {
	width: 400px;
	height: 190px;
	overflow: auto;
	float:left;
}
.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}
.tall {
	height: 400px;
}

