*					{ margin: 0; padding: 0; }
body				{ font-size: 12px; line-height: 20px; font-family: Georgia, serif; }

#scroll			{
	width: 490px;
	position: absolute;
	left:114px;
	top:117px;
	width:730px;
	height:478px;
	z-index:2;
}

.scroll-pane 		{ width: 730px; overflow: auto; padding-right: 10px; height: 490px; }

.bottomshadow 		{ position: absolute; top: 375px; left: -47px; z-index: 9999; }

.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{ position: absolute; cursor: pointer; right: 0; top: 0; height: 100%;
						  background: url(../images/bar.png) top center repeat-y; padding: 3px; }

.jScrollPaneDrag	{ position: absolute; height: 310px; background: url(../images/drag_310.png) no-repeat 0 0;
					  cursor: pointer; overflow: hidden;  display: block; }
		
.jScrollPaneDrag:hover {
background-position: 0 -310px; }

