﻿/*
 * 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: visible;
	position: relative;	
}

.jspPane
{
	position: absolute;
	width:140px;
	padding:8px 0 5px 8px !important;
}

.jspVerticalBar
{
	position: absolute;
	right: -5px;
    top: 0px; 
	height: 100% !important;
    width: 23px !important;
	border:1px solid #d9d9d9;
}

#page2 .jspVerticalBar {	
    height: 513px !important;
}

#page2 .scroll {
    height: 513px;
}

.jspDrag {
	width:19px;
	height:76px;
	left: 2px !important;
	background:red;
	display:block;
	position:relative;
	background:url(../img/shuttle.gif) no-repeat 0 0;
}



/******************* scroll *************/
.scroll {
	height:400px;
	width:100%;
	overflow:visible !important;
	padding:0 0 0 5px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	display:none;

}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
	
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}



.jspArrow {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 16px;
	display: block;
	cursor: pointer;
	background: url(../img/but.png) no-repeat;
	text-indent: -20000px;
	-webkit-transition: bottom .25s linear;
	-moz-transition: bottom .25s linear;
	transition: bottom .25s linear;
}

.jspArrow.jspArrowDown {
	left: 328px;
}

.jspArrow.jspArrowDown:hover {
	bottom:-1px;
	background-position: 0 -23px;
}

.jspArrow.jspArrowUp {
	left: 360px;
	background-position: -40px 0;
}

.jspArrow.jspArrowUp:hover {
	bottom:-1px;
	background-position: -40px -23px;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: none;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 30px;
	float: left;
	height: 100%;
}

.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;
}