/*--------------jScrollPane--------------*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #DDD;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: 8px;
	margin-left: 1px;
	height: 4px;
	background-repeat: no-repeat;
}
.jspArrow.jspDisabled{
	cursor: default;
}
.jspVerticalBar .jspArrow{
	height: 4px;
}
.jspHorizontalBar .jspArrow{
	width: 10px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}
.jspTrack{
	background: #DDD;
	position: relative;
}
.jspDrag{
	background-color: #999;
	border-radius: 3px;
	width: 6px;
	position: relative;
	top: 0;
	left: 2px;
	cursor: pointer;
}
.jspArrowUp{
	margin-bottom: 20px;
	background-image: url(../images/scroll-arrow-top.png);
}
.jspArrowDown{
	position: absolute;
	top: 10px;
	background-image: url(../images/scroll-arrow-down.png);
}

