#page-wrap			{ width: 260px; 
					  margin: 0px auto; 
					  position: relative;
					  margin-top:16px;
					  margin-bottom:16px;
					}
.scroll-pane 		{ width: 222px; 
					  overflow: auto; 
					  padding-right: 10px; 
					  height: 305px; 
					  padding-top:0px; 
					  padding-bottom:0px; 
					  padding-left:0px;
					  margin-top:0px;
					  margin-bottom:0px;
					}
.bottomshadow 		{ position: absolute; 
					  top: 0px; 
					  left: 0px; 
					  z-index: 9999;
					}
.jScrollPaneContainer 	{ position: relative; 
						  overflow: hidden; 
						  z-index: 1; 
						}
.jScrollPaneTrack 		{ position: absolute; 
						  cursor: pointer; 
						  right: 0; 						 
						  height: 325px;
						  background: url(images/barlong.jpg) top center no-repeat; 
						  clear:both;
						}
.jScrollPaneDrag	{ position: absolute; 
					  background: url(images/ball.jpg) top center no-repeat; 
					  margin-top:14px;
					  cursor: pointer; 
					  padding-bottom:25px;
					 }
					 