



.jScrollPaneContainer {
	float:left;
	margin-left:52px;
	margin-top:40px;
	padding-left:25px;
	width:304px;
	height:538px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e9e7e8;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(images/scrollbar/dragBar.gif) no-repeat 0 50%;
	cursor: pointer;
	overflow:inherit;
}


a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 17px;
	background: url(images/scrollbar/upArrow.gif) no-repeat 0 0;
	
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 17px;
	background: url(images/scrollbar/downArrow.gif) no-repeat 0 0;
	
}




@charset "UTF-8";
/* CSS Document */

