/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

.jScrollPaneContainer {position:relative; margin-top:30px;}

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 {
	width:15px !important;
	background:url(../img/bg-track.gif) repeat;
	position:absolute;
	top:0;
	right:0;
}
.orange-bar .jScrollPaneDrag {
	background: #fff url(../img/drag_grab.gif) no-repeat 3px center;
	width:15px !important;
	height:80px !important;
}
.orange-bar .scroll-pane {
	background:none;
}
			
.holder {
	float: left;
	/*margin: 10px;*/
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: #ccc;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane3 {
	width:540px !important;
	height: 225px;
	padding-right:0 !important;
}

#pane3 p {width:480px;}

#pane2 {
	width:192px !important;
	height: 200px;
	padding-right:0 !important;
}