﻿.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack 
{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 4px !important; /*6px*/
	height: 130px !important; 

	background: #000;
	padding:2px;
	/*margin-right:20px;*/
}
.jScrollPaneTrackTop
{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 6px;
	background: #000;
	padding:2px;
	/*margin-right:20px; */
	background-image: url('/images/scroll/scrollpanetop.gif');
	background-repeat:no-repeat;
}
.jScrollPaneTrackBottom
{
	position: absolute;
	cursor: pointer;
	bottom:0;
	right: 0;
	height: 2px;
	background: #000;
	padding:2px;
	/*margin-right:20px;*/
	background-image:  url('/images/scroll/scrollpanebottom.gif');
	background-repeat:no-repeat;
	margin-bottom:10px;
	
	
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
	background-image: url('/images/scroll/scrollbar.gif');
	background-repeat: repeat-y;
	width: 9px !important;
	margin-left:1px;
	margin-right:2px;
}
.jScrollPaneDragTop 
{
    background-image: url('/images/scroll/scrollbartop.gif');
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height:30px;
}
.jScrollPaneDragBottom 
{
    background-image: url('/images/scroll/scrollbarbottom.gif');
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height:30px;
}
.jScrollArrowDown, .jScrollArrowUp
{
    visibility:hidden;
}body {
}

