/* 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;
}


.orange-bar .jScrollPaneTrack {
	background:url(../img/hg_scroll_line.gif);
}
.orange-bar .jScrollPaneDrag {
	background:url(../img/hg_scroll.gif);
	/*background: #000 url(../img/point.gif) no-repeat 50% 50%;*/
}
.orange-bar .scroll-pane {
	/*background: #f0f0f0;*/
}
			
.holder {
	float: left;
	margin:70px 0 0 145px;
	width:680px;
}
* html .holder {
	margin:70px 0 0 75px;
}

.holder_none {
	float: left;
	margin:70px 0 0 145px;
	width:680px;
}
* html .holder_none {
	margin:70px 0 0 75px;
}

.holder_fla {
	float: left;
	margin:40px 0 0 140px;
	width:680px;
}

* html .holder_fla {
	margin:40px 0 0 70px;
}


.scroll-pane {
	width: 680px;
	height: 300px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}


#pane3 {
	height: 300px;
}

