/*
 * 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;
	height: auto !important;
}

.jspPane
{
	position: relative;
	padding-top:0 !important;
	float: left;
	width:450px !important;
}

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

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

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

.jspHorizontalBar .jspCap
{
	display: none;
}

.jspTrackLeft {
	/*background: url("../images/track_bg_left.png") no-repeat transparent;
	width:12px;
	height: 17px;
	left:0;
	top:0;
    position: absolute;*/
    display: none;
}

.jspTrackRight {
	/*background: url("../images/track_bg_right.png") no-repeat transparent;
	width:12px;
	height: 17px;
	right:0;
	top:0;
	position: absolute;*/
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
	
}

.jspHorizontalBar
{
	position: relative;
	top:0;
	float: left;
	margin: 5px 0 10px;
}

.jspTrack
{
	background: url("../images/bg-scroll.png") no-repeat transparent;
	position: relative; 
	height: 10px !important; 
	width:440px !important; 
	overflow: hidden;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	/*width: 110px !important;*/
}

.jspHorizontalBar .jspDrag {
    /*width: 110px;*/
    position: relative;
	top: 2px;
	left: 0;
	cursor: pointer;
	
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 17px;
	/*width: 110px;*/
}

.jspHorizontalBar .jspTrack {
	position: relative;
	left:0;
	width: 440px !important;
}

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

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

.jspVerticalBar .jspArrow
{
	height: 16px;
}

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

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

.jspCorner
{
	/*background: #eeeef4;*/
	float: left;
	height: 100%;
}
.jspDragLeft,.jspDragRight,.jspDragMiddle{
	color:#bebebe;
	font-weight:bold;
}
.jspDragCentral{
	margin: 0 auto;
	min-width: 10px;
	max-width: 60px;
	height: 15px;
	background: url("../images/drag_bg.png") repeat-x transparent center top;
}
.jspDragLeft{
	float:left;
	text-align:left;
	background: url("../images/drag_bg_left.png") no-repeat transparent;
	width: 12px; 
	height: 15px;
}
.jspDragRight{ 
	float: left;
	text-align:right;
	background: url("../images/drag_bg_right.png") no-repeat transparent;
	width: 12px; 
	height: 15px;
	
}
.jspDragMiddle{
	float:left;
	background: url("../images/drag_bg_gray.png") repeat-x transparent;
	margin:0;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
}