

/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

/*body {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 80%;
}*/

.orange-bar .jScrollPaneTrack {
	background: #f60;
	margin-left: -15px;
}
.orange-bar .jScrollPaneDrag {
	background: #00f;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	/*float: left;*/
	position: relative;
	top: 5px;
	left: 0;
}

.holder2 {
	/*float: left;*/
	width: 200px;
	/*position: relative;
	top: -180px;
	left: 210px;*/
}

.holder3{
	/*float: left;*/
	width: 200px;
	/*position: relative;
	top: -360px;
	left: 420px;*/
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	color: #FFFFFF;
/*	float: left;*/
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	width: 257px;
	height: 204px;
	font-size: 10px;
}

#pane2 {
	width: 257px;
	height: 204px;
	font-size: 10px;
}

#pane3 {
	width: 257px;
	height: 410px;
	_height: 400px;
	font-size: 10px;
}

#pane4 {
	height: 65px;
	width: 190px;
}

#pane5 {
	height: 65px;
	width: 190px;
}

#pane6 {
	height: 65px;
	width: 190px;
}

#pane7 {
	height: 250px;
	width: 530px;
}


.left .jScrollPaneTrack {
	left: -5px;
	right: auto;
}

.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}

.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}
		
			
/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */

