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

.jScrollPaneContainer {
/*	height:335px!important;*/
	width:19px;
	width: 657px;
	position: relative;
	overflow: hidden;
	margin-top:0;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	height: 100%;
	width: 19px; 
	top: 9px;
}
.jScrollPaneDrag {
	/*width: 13px;
	height:32px !important;*/
	top:0px;
	left:2px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height:14px;
	width:19px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width:19px;
	height: 14px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#pane2{overflow: visible; height:324px; width:637px;padding-right:5px; position: absolute; top: 0px;}

#pane2 p{
	text-indent:2em;
	line-height:180%;
}
a.jScrollArrowUp {
	background:url(../images/up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	/*background-position: 0 -15px;*/
}
a.jScrollArrowDown {
	background:url(../images/down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	/*background-position: 0 -15px;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-position: 0 -30px;*/
}


.orange-bar .jScrollPaneTrack {
/*	background: #f60;
*/}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
}
			
.holder {
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	float: left;
}

.tech_qlh .scroll-pane {
	height: 262px;
}

.tech_youshi .scroll-pane{
	height:220px;	
}
.tech_biansu .scroll-pane{
	height:318px;	
}

.tech_dongli .scroll-pane{
	height:301px;	
}

.tech_fadongji .scroll-pane{
	height:284px;	
}
.tech_kongzhi .scroll-pane{
	height:235px;	
}
.tech_anquan .scroll-pane{
	height:200px;
	
}
.jScrollPaneContainer{ margin:0 auto; text-align:left;}
.jScrollPaneContainer p{ text-indent:2em;}




