/*
 * 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.
 */

#sidebar_left .jspContainer
{
	overflow: hidden;
	position: relative;
	background-color:#FCFCFC;
}

#sidebar_left .jspPane
{
	position: absolute;
}

#sidebar_left .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
	background:url('scroll_bg.png') 0 0 repeat-y;
}

#sidebar_left .jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

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

#sidebar_left .jspCap
{
	display: none;
}

#sidebar_left .jspHorizontalBar .jspCap
{
	float: left;
}

#sidebar_left .jspTrack
{
	position: relative;
}

#sidebar_left .jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	width:11px;
	margin-left:3px;
	cursor: pointer;
	background: #0059AD url('scroll_basket.png') 0 center no-repeat;
	border-radius:8px;
	-moz-border-radius:8px; 
	-khtml-border-radius:8px;
}

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

#sidebar_left .jspArrow
{
	text-indent:-20000px;
	display:block;
	cursor:pointer;
}
#sidebar_left .jspArrowUp{
	width:17px;
	height:18px;
	background:url('scroll_top_btn.jpg') 0 0 no-repeat;
}
#sidebar_left .jspArrowDown{
	width:17px;
	height:18px;
	background:url('scroll_bot_btn.jpg') 0 0 no-repeat;
}

#sidebar_left .jspArrow.jspDisabled
{
	cursor: default;
}

#sidebar_left .jspVerticalBar .jspArrow
{
	height: 18px;
}

#sidebar_left .jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

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

#sidebar_left .jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

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