/*
 * 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: -5px;	
	width: 40px;
	height: 100%;
	background-image:url('../images/bg_track.png');
	background-position:center top;
	background-repeat:repeat-y;
	
}

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

.jspTrack
{
	position: relative;
	width:34px;
	
}

.jspDrag
{
	background-image:url('../images/drag.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	width:34px;
	height:42px !important;
	position: relative;
	top: 0;
	cursor: pointer;
}



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