.orange-bar .jScrollPaneTrack {
	background: url(../images/scroll_pane_1.jpg) repeat-y;
    padding-top: 20px;
	}
.orange-bar .jScrollPaneDrag {
	background: url(../images/drag_grab.png) no-repeat 50% 30%;
	}
.orange-bar a.jScrollArrowUp {
	height: 17px;
	background: url(../images/scroll_bar_top.png) no-repeat;
	}

.orange-bar a.jScrollArrowDown {
	height: 17px;
	background: url(../images/scroll_bar_top.png) no-repeat;
	}
.holder {
	float: left;
	}
.holder_1 {
	float: left;
	}
.scroll-pane {
	width: 620px;
	height: 400px;

	}
.scroll-pane_1 {
	width: 660px;
	height: 500px;

	}

.wide {
	width: 400px;
	}
.super-wide {
	width: 700px;
	}
.tall {
	height: 400px;
	}
#pane1 {
	height: 250px;
	}
#pane2 {
	height: 270px;
	}
#pane3 {
	height: 250px;
	}
#pane4	{
	height: 350px;
	}