/*
 * 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
{
	width:auto ;
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 10px;
	width: 10px;
	height: 100%;
}

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

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

.jspCap
{
	height: 8px;
	display: block;
}

.jspCapLeft{
	background-image: url(../../site_image/share/track-bg-l.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 20px;
}
.jspCapRight{
	background-image: url(../../site_image/share/track-bg-r.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 40px;
}

.jspCapTop{
	background-image: url(../../site_image/share/track-vbg-t.png);
	background-repeat: no-repeat;
	background-position: right center;
	height:5px;
}
.jspCapBottom{
	background-image: url(../../site_image/share/track-vbg-b.png);
	background-repeat: no-repeat;
	background-position: right center;
	height:5px;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspVerticalBar .jspTrack
{
	position: relative;
	top: 0px;
	left: 1px;
	background-image: url(../../site_image/share/track-vbg-m.png);
	background-repeat: repeat;
	background-position: center center;
}

.jspTrack
{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../../site_image/share/track-bg-m.png);
	background-repeat: repeat;
	background-position: center center;
}

.jspVerticalBar .jspDrag
{
	position: relative;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background-image: url(../../site_image/share/track-vbg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.jspDrag
{
	position: relative;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background-image: url(../../site_image/share/track.png);
	background-repeat: no-repeat;
	background-position: center center;
}


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

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 1Nulla6px;
}

.jspHorizontalBar .jspArrow
{
	width: 1px;
	float: left;
	height: 100%;
}

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

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

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