.holder {
	float: left;
	margin:0;
	height:255px;
	width:214px;
	overflow:hidden;
}

.scroll-pane {
	width: 208px;
	height: 255px;
	overflow:hidden;
	float: left;
	position:relative;
	padding:0 0px 0 0;
}

#panel2.scroll-pane  {
	width:598px;
	margin:0 0 0 0px;
	line-height:18px;
	padding:0;

}

#panel3.scroll-pane {
	margin:0px;
	line-height:18px;
	width:980px;
	padding:0;
}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin:10px 0 0 0;
	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:#f2f1f1 url(../images/trackholder.jpg) repeat-y top center;
	border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}
.jScrollPaneDrag {
	position: absolute;
	background:#f66169 url(../images/tracks.jpg) no-repeat 5px top;
	cursor: pointer;
	overflow: hidden;
	height:54px;	
	margin:0px 0 0 0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}

.jScrollPaneDrag:hover {
	background-position:5px -54px;
	background-color:#666;
}
.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: #f66169 url(../images/up_arrow.jpg) no-repeat 5px 0;
	height: 8px;
		border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;

	
}
a.jScrollArrowUp:hover {
	background-position:5px -8px;
	background-color:#666;
		border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}


a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #f66169 url(../images/down_arrow.jpg) no-repeat 5px 0;
	height: 8px;
		border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;

}
a.jScrollArrowDown:hover {
	background-position:5px -8px;
	background-color:#666;
		border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}