/*
 * 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;
	width: 290px; 
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: auto;

}

.jspHorizontalBar
{
	position: absolute;
	top: 197px;
	left: 0;
	width: 100%;
	height: 45px;
	/*background: url(images/timeline-track.png) repeat-x 0 0;*/

}

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

.jspCap
{

}

.jspHorizontalBar .jspCap
{
   
}

.jspCapRight{
	float:right; 
	width:1px; 
}

.jspCapLeft{
	float:left; 
	width:6px; 
}

.jspTrack
{

	position: relative;
	background: url(images/timeline-track.png) repeat-x 0 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}
.jspDrag
{

	background: url(images/timeline-drag.png) no-repeat 0 center;
	position: relative;
	top: -8px;
	left: 0;
	cursor: pointer;
	z-index: 2000;
}


.jspArrow
{
	opacity: 0.5;filter:alpha(opacity=5);
	background: transparent;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	opacity: 0.5;filter:alpha(opacity=5);
	cursor: default;
	background: transparent;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	opacity: 0.5;filter:alpha(opacity=5);
	width: 55px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspArrowRight 

{ 
	width: 16px !important; 

}
.jspCorner
{
	float: left;
	height: 100%;
	opacity: 0.5;filter:alpha(opacity=5);
}

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