/* scroller */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	height: 100%;
	background: #6a635d;
	margin-top: 1px;
	
}
.jScrollPaneDrag {
	position: absolute;
	background: #372c11;
	cursor: pointer;
	height:200px;
	/*overflow: hidden;*/
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}


a.jScrollArrowUp {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 50px;
}

a.jScrollArrowDown {
	display: none;
	position: absolute;
	z-index: 1;
	top: 500px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 50px;
}