/*
 * 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;
	height: 100%;
}

.jspHorizontalBar
{
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 100%;
}

.jspDrag
{
	background: rgba(1,52,144,1);
	box-shadow: 1px 0px 1px rgba(255,255,255,0.7) inset, -1px 0px 1px rgba(0,0,00.7) inset; 
	position: relative;
	top: 0;
	right: 12px;
	cursor: pointer;
	border-radius: 5px;
	width: 10px !important;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {}
.jspArrow {}
.jspArrow.jspDisabled {}
.jspVerticalBar .jspArrow {}
.jspHorizontalBar .jspArrow {}
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner {}

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