/* Scroll */
#pane2 h2 {
	font:18px Tahoma;
	color:#8da601;
	margin-bottom:7px;
}
#pane2 h2 a {
	font:18px Tahoma;
	color:#8da601;
	text-decoration:none;
}
#pane2 p {
	margin-bottom:12px;
	font-size:12px;
	color:#676767;
}
.osX .jScrollPaneTrack {
	background: url(../images/osx_track.gif) repeat-y;

}
.osX .jScrollPaneDrag {
	background: url(../images/osx_drag_middle.gif) repeat-y;
}
.osX .jScrollPaneDragTop {
	background: url(../images/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(../images/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
.osX a.jScrollArrowUp {
	height: 18px;
	background: url(../images/osx_arrow_up.gif) no-repeat 0 0;
}
.osX a.jScrollArrowDown {
	height: 18px;
	background: url(../images/osx_arrow_down.gif) no-repeat;
}

.left .jScrollPaneTrack {
	left: 0;
	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 */
.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;
}

.scroll-pane {
	width: 657px;
	height: 200px;
	overflow: auto;
	float: left;
}

#pane2 {
	height: 150px;
}
.osX {
	margin-bottom:24px;
}