/*
 * 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;
	left: 0;
	width: 0px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 0px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: ;
	position: relative;
	width: 0px;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #FFFFFF;
}
.jspHorizontalBar .jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-color: #FFFFFF;
}
.jspArrowUp{
	background-image: url(../images/btn_jscrollpane_top.png);
}
.navBox .jspArrowUp{
	background-image: url(../images/btn_navJscrollpane_top.png);
}
.jspArrowDown{
	background-image: url(../images/btn_jscrollpane_bottom.png);

}
.navBox .jspArrowDown{
	background-image: url(../images/btn_navJscrollpane_bottom.png);

}
.jspArrowLeft{
	background-image: url(../images/btn_jscrollpane_left.png);
	float: left;	
}
.jspArrowRight{
	background-image: url(../images/btn_jscrollpane_right.png);
	float: right;
}
.jspArrowUp.jspArrow.jspDisabled, .jspArrowDown.jspArrow.jspDisabled
{
	cursor: default;
	background-position: center -35px;
}
.jspArrowLeft.jspArrow.jspDisabled, .jspArrowRight.jspArrow.jspDisabled
{
	cursor: default;
	background-position: -35px center;
}
.jspVerticalBar .jspArrow
{
	width: 30px;
	height: 35px;
}
.msgBox.imgLeft .msgBox_sideBar .jspVerticalBar .jspArrow, .msgBox.imgRight .msgBox_sideBar .jspVerticalBar .jspArrow{
	width: 220px;
}
.displayEbookBox_sideBar .jspVerticalBar .jspArrow{
	width: 160px;
}
.navBox .listVideoBox .jspVerticalBar .jspArrow, .navBox .listPhotoBox .jspVerticalBar .jspArrow{
	width: 200px;
}
.jspHorizontalBar .jspArrow
{
	width: 35px;
	height: 35px;
}
.msgBox.imgBottom .msgBox_sideBar .jspHorizontalBar .jspArrow{
	height: 260px;
}
.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;
}


	