/*
 * 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!important;
	position: relative!important;
}

.jspPane
{
	position: absolute!important;
}

.jspVerticalBar
{
	background: red!important;
	height: 100%!important;
	position: absolute!important;
	right: 0!important;
	top: 0!important;
	width: 7px!important;
}

.jspHorizontalBar
{
	background: red!important;
	bottom: 0!important;
	height: 7px!important;
	left: 0!important;
	position: absolute!important;
	width: 100%!important;
}

.jspCap
{
	display: none!important;
}

.jspHorizontalBar .jspCap
{
	float: left!important;
}

.jspTrack
{
	background: #dde!important;
	position: relative!important;
}

.jspDrag
{
	background: #bbd!important;
	cursor: pointer!important;
	left: 0!important;
	position: relative!important;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left!important;
	height: 100%!important;
}

.jspArrow
{
	background: #50506d!important;
	cursor: pointer!important;
        direction: ltr!important;
	display: block!important;
	margin: 0!important;
	padding: 0!important;
	text-indent: -20000px!important;
}

.jspDisabled
{
	background: #80808d!important;
	cursor: default!important;
}

.jspVerticalBar .jspArrow
{
	height: 16px!important;
}

.jspHorizontalBar .jspArrow
{
	float: left!important;
	height: 100%!important;
	width: 16px!important;
}

.jspVerticalBar .jspArrow:focus
{
        border: 1px solid red!important;
	outline: none!important;
}

.jspCorner
{
	background: #eeeef4!important;
	float: left!important;
	height: 100%!important;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0!important;
}



.jspPane {margin:0!important;}