.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane { 
	position: absolute;
}
.jspPane-white { 
	position: absolute;
	background: #ffffff;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 1px;
	width: 22px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap { display: none; }

.jspHorizontalBar .jspCap { float: left; }

.jspTrack {
	background: #f2f2f2;
	position: relative;
}
.jspDrag {
	background: #a7a7a7;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
}
.jspVerticalBar .jspArrow { height: 22px; }
.jspHorizontalBar .jspArrow {
	width: 22px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner { margin: 0 -3px 0 0; }
.jspArrowDown{
	background:url(/images/array_down.png) no-repeat;
}
.jspArrowUp{
	background:url(/images/array_top.png) no-repeat;
}
.player_box .jspContainer{
	height:480px;
}
.player_box .scroll-pane{
	padding-bottom:50px;
}