/*
 * 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: 25px;
	height: 50%;
	background-repeat: repeat-x;
	background-image: url(../graphics/Opacity_60.png);
}


.jspVerticalBar *,
.jspHorizontalBar *
{
	padding: 0;
	background-color: transparent;
	border: 1px solid #FFF;
	margin-top: 10;
}

.jspCap
{
	display: block;
	background-color:transparent;
}


.jspTrack
{
	position: relative;
	background-image: url(../graphics/Opacity_60.png);
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #FFF;	
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
	background-color:transparent;
	background-image: url(../graphics/Opacity_60.png);
}

.jspArrow
{
	text-indent: 5px;
	display: block;
	cursor: pointer;
	background-color:transparent;
}
.jspArrowUp {
  background-image: url(upArrow.jpg);
}

.jspArrowUp.jspDisabled {
  background-image: url(upArrowDisabled.jpg) !important;

}

.jspArrow.jspDisabled
{
	cursor: default;
	background: transparent;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspVerticalBar .jspArrow:focus
{
	
	height: 2px;
}

.jspCorner
{
	float: left;
	height: 25%;
	background-color:transparent;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}