.nano .content { 
	padding: 20px;
}

.nano .pane {
	background: #AEAEAE;
	width: 8px;
	right: 1px;
  margin: 5px;
}

.nano .slider {
	background: #111;
}


/* Styles specific to this particular page */
.scroll-pane {
    width: 250px;
    height: 1300px;
    overflow: auto;
}
 
.divScroll-1 ul
{ margin:10px 0px 0px 10px; padding:0;}

.divScroll-1 ul li
{ text-align:left; line-height:25px; background-color:#F5F4F4; margin-bottom:5px; border-bottom:1px dashed #CCCCCC; }  

.divScroll-1 ul li a
{text-align:left; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-weight:normal; background-color:#F5F4F4; padding:0px 0px 0px 5px;}

.divScroll-1 ul li a:hover
{text-align:left; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-weight:normal; background-color:#E7E4E4; padding:5px 112px 5px 8px; }
 
.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #777;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #777;
    position: relative;
}

.jspDrag
{
    background: #aaa;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
	height:20px;
	
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height:20px;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
	height:20px;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 7px;
}

.jspHorizontalBar .jspArrow
{
    width: 7px;
    float: left;
    height:20px;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height:20px;
}