/*
 * 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:83px !important;
}

.jspPane
{
	position: absolute;
	margin:0 !important;
}

.jspVerticalBar
{
	display:none;
}



.jspDrag {
	display:block;
	position:relative;
}



/******************* scroll *************/
.scroll {
	height:85px;
	width:314px;
	overflow:visible !important;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	display:none;

}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
	
}
.jspArrowDown {
    background: url("../images/bottom.png") no-repeat scroll 2px 3px transparent;
    bottom: 32px !important;
    height: 8px;
    left: 145px;
    position: absolute;
    width: 11px;
}

.jspArrowUp {
    background: url("../images/top.png") no-repeat scroll 2px 2px transparent;
    bottom: 31px !important;
    height: 8px;
    left: 160px;
    position: absolute;
    width: 11px;
}
.jspArrowUp:hover{
	background-position:2px -17px;
}


.jspArrowDown:hover {
	background-position:2px -16px;
}

.jspCap
{
	display: none;
}




.jspArrow {
	position: absolute;
	bottom: 0;
}




.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;
}