/* scroll*/

.scroll-pane {
	padding:5px;
	width: 360px;
	left:0px;
	height: 370px;
	overflow: auto;
	float: left;
}
.scroll-pane2 {
	padding:5px;
	width: 660px;
	left:0px;
	height: 430px;
	overflow: auto;
	float: left;
}
.scroll-pane3 {
	padding:5px;
	width:677px;
	left:0px;
	height: 300px;
	overflow: auto;
	float: left;
}
.scroll-pane4 {
	padding-left:5px;
	width:670px;
	left:0px;
	height: 280px;
	overflow: auto;
	float: left;
}

.scroll-pane5 {
	padding-left:5px;
	width:670px;
	left:0px;
	height: 440px;
	overflow: auto;
	float: left;
}

.scroll-pane6 {
	padding:5px;
	width: 680px;
	left:0px;
	height: 390px;
	overflow: auto;
	float: left;
}

.scroll-pane7 {
	padding:5px;
	width: 360px;
	left:0px;
	height: 318px;
	overflow: auto;
	float: left;
}

.scroll-pane8 {
	width: 375px;
	left:0px;
	height: 240px;
	overflow: auto;
	float: left;
}

.scroll-pane9 {
	width: 375px;
	left:0px;
	height: 240px;
	overflow: auto;
	float: left;
	border:1px solid black;
}

.scroll-pane10 {
	padding:5px;
	width: 300px;
	left:0px;
	height: 200px;
	overflow: auto;
	float: left;
}

.scroll-pane11 {
	width: 680px;
	left:0px;
	height: 300px;
	overflow: auto;
	float: left;
}

.scroll-pane12 {
	width: 279px;
	left:0px;
	height: 200px;
	overflow: auto;
	float: left;
}

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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #CCC;
}
.jScrollPaneDrag {
	position: absolute;
	background: #393838;
	cursor: pointer;
	overflow: hidden;
		height: 10%;
	
}
.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: 0;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

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