/*
 * 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.
 */

.scroll-pane
			{
				width: 455px;
				height: 380px;
				overflow: auto;
			}
.jspContainer
{
	overflow: hidden;
	position: relative;
	width: 416px;
	height: 178px;

}

.jspPane
{
	position: absolute;
	left: 0; top: 0;
}
.jspPane p{float: left;}

.jspVerticalBar
{
	position: absolute;
	top: 0px;
	right: 25px;
	width: 5px;
	height: 78px;
	z-index: 9;
	*top: 10px;
	_top: 10px;
}
.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background:#1b579b;
	position: relative;
	border-radius:2px;
}

.jspDrag
{
	background:#fcb80f;
	position: relative;
	top: 0;
	right: 0;
	cursor: pointer;
	border-radius:2px;
	
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
