/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 2%;
	height: 100%;
	background: #2f2f2f;
}
.extended .jspVerticalBar {
	background: #e5e5e5;
	width: 1.6%;
}
.active .scroll-v .jspVerticalBar{
	padding: 0;
	background: transparent;
	width: 1.85%;
}
.scroll-text .jspVerticalBar {
	width: 5%;
	background: transparent;
	margin-right: 0.9%;
}
.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15.8%;
	background: transparent;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #2f2f2f;
	position: relative;
}
.extended .jspTrack {
	background: #e5e5e5;
}
.scroll-text .jspTrack,
.active .scroll-v  .jspTrack
{
	background: transparent;
}
.jspDrag
{
	background: #e5e5e5;
	position: relative;
	top: 0;
	cursor: pointer;
	margin: auto;
	width: 26.9%;
}
.extended .jspDrag {
	background: #2f2f2f;
	width: 38.46%;
}
.scroll-text .jspDrag {
	background: #696969;
	width: 18.37%;
}
.active .scroll-v  .jspDrag {
	background: #696969;
	width: 22.58%;
}
.jspHorizontalBar .jspTrack
{
	float: left;
	height: 100%;
	position: relative;
	display: table;
	background: #2f2f2f;
}
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 28%;
	display: table-cell;
	position: absolute;
	top: 36%;
	background: #fff;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.extended .jspVerticalBar .jspArrow
{
	background-color: #000;
	height: 4.58%;
}
.jspVerticalBar .jspArrow
{
	background-color: #000;
	height: 4.84%;
}
.jspVerticalBar .jspArrow.jspArrowDown
{
	margin-bottom: 25%;	
	background-image: url(../img/scroll-down.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}
.jspVerticalBar .jspArrow.jspArrowUp
{
	background-image: url(../img/scroll-up.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}
.jspVerticalBar .jspArrow.jspArrowUp.jspDisabled
{
	background-image: url(../img/scroll-up-dis.png);
	background-size: 100%;
}
.jspVerticalBar .jspArrow.jspArrowDown.jspDisabled
{
	background-image: url(../img/scroll-down-dis.png);
	background-size: 100%;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	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;
}