
.jScrollPaneContainer 
{
	position: relative;
	overflow: hidden;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	background: #00FF00;
}
.jScrollPaneDrag 
{
	position: absolute;
	width:10px;
	height:65px;
	/*background: #a80304;*/
	background:url(../image/scrol.jpg) no-repeat;
	cursor: pointer;
	overflow: hidden;
}

.scroll-pane 
{
	width: auto;
	height: 388px;
	background:url(image/about_us_matter.jpg) no-repeat;
	/*background:#CCCCCC;*/
	clear:both;
}

.scroll-pane_contact 
{
	width: 295px;
	height: 150px;
	background:#141414;
	clear:both;
}
