/*
 * 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
{
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}

.jspHorizontalBar
{
	bottom: 0;
	position: absolute;
	left: 0;
	height: 18px;
	width: 100%;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
   background-image: url("img/VerticalScrollbarArea.png");
   background-repeat: repeat-y;
   background-position: 50% center;
	position: relative;
}

.jspDrag
{
   background: url("img/ScrollButton.png") no-repeat scroll 0 50% transparent;
	cursor: pointer;
	position: relative;
	left: 0;
	top: 0;
}


.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	/*background: #50506d;*/
	background: transpanent;
	background-color: white;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	/*background: #80808d;*/
}

.jspArrow.jspArrowUp
{
   background-position: 50% top;
}

.jspArrow.jspArrowDown
{
   background-position: 50% bottom;
}

/*.jspVerticalBar .jspArrow
{
   background-image: url("img/VerticalScrollbarArea.png");
   background-repeat: no-repeat;
	height: 5px;
}*/

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
