/**********************scroll*********************************************/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 7px;
	width: 20px;
	height: 100%;
	background: #FAF8EF;
}

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

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

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: none repeat scroll 10px 0 #c5c3c0;
	position: relative;
        left: 10px;
        width: 11px;
        height: 206px;
}

.jspDrag
{
	background: none repeat scroll 0 0 #3F3930;
    cursor: pointer;
    left: 3px;
    position: relative;
    top: 0;
    width: 5px;
}

.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: 16px;
}
.jspVerticalBar .jspArrow.jspArrowUp{
	background:url(../images/design/scroll/top.png) 10px top no-repeat #FAF8EF;
        height: 17px;
}
.jspVerticalBar .jspArrow.jspArrowDown{
	background:url(../images/design/scroll/bottom.png) 10px bottom no-repeat #FAF8EF;
        height: 17px;
}

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

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

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