/* 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/arrow_grey.jpg) ;
	background-repeat:no-repeat;
	width:19px;
	height:12px;
}
a.jScrollArrowUp:hover {
	/*background-position: 0 -15px;*/
	background: url(../images/arrow_blk.jpg) ;
	background-repeat:no-repeat;
	width:19px;
	height:12px;
}
a.jScrollArrowDown {
	background: url(../images/arrow_grey_down.jpg) ;
	background-repeat:no-repeat;
	width:19px;
	height:12px;
}
a.jScrollArrowDown:hover {
	/*background-position: 0 -15px;*/
	background: url(../images/arrow_blk_down.jpg) ;
	background-repeat:no-repeat;
	width:19px;
	height:12px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-position: 0 -30px;*/
	background-position: 0;
	
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}/*
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}

.orange-bar .scroll-pane {
	background: #69f;
}
	*/
.holder {
	float: left;
	padding-top:15px;
	
}
	/*	
.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: #ccc;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
*/

#pane2 {	
	height: 495px;
	margin-top:0;
	width:952px;
	padding-left:2px;	
}
