body {
	background: url(bg.png) repeat-y center #A8AAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.box {
	width: 860px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -430px;
}

.header {
	height: 55px;
	overflow: hidden;
	margin-bottom: -20px;
	z-index: 1;
}

.holder {
	background: url(bg_panel.png) no-repeat;
	width: 814px;
	height: 450px;
	padding: 23px;
	z-index: 2;
}

.content {
	padding: 10px;
	height: 430px;
}

.navigation {
	width: 620px;
	height: 34px;
	margin: -15px 120px 0 120px;
}

.left .content .jScrollPaneTrack {
	left: 0;
	right: auto;
}

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

.left .content a.jScrollArrowDown {
	left: 0;
	right: auto;
}		

	/* IE SPECIFIC HACKED STYLES */
* html .jScrollPaneDragBottom {
	bottom: -1px;
}
	/* /IE SPECIFIC HACKED STYLES */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
