/* 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/windows_arrow_down.jpg) no-repeat 0 0;
	width:17px;
	height:17px;
}
a.jScrollArrowUp:hover {
	background-position: 0 0;
}
a.jScrollArrowDown {
	background: url(/images/windows_arrow_up.jpg) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 0;
}



.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	/*background: #ff0000 url(/images/drag_grab.gif) no-repeat 50% 50%;*/
	background: #ff0000;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 270px;
	height: 250px;
	overflow: auto;
	float: left;
	padding:10px 0 0 10px
}



.super-wide {
	width: 280px;
	height:260px;
}

.scroll-pane2 {
	width: 250px;
	height: 250px;
	overflow: auto;
	float: left;
	padding:10px 0 0 10px
}



.super-wide2 {
	width: 250px;
	height:260px;
}

.scroll-pane3 {
	width: 295px;
	height: 250px;
	overflow: auto;
	float: left;
	padding:10px 0 0 10px
}



.super-wide3 {
	width: 295px;
	height:260px;
}

