../images2/.jScrollPaneContainer {
	float: left;
	width: 405px;	
	height: 245px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 5px;
	}

../images2/.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	padding: 1px;
	height: 296px;
	border: 1px solid #5c5c5c;
	}

../images2/.jScrollPaneDrag {
	position: absolute;
	background: #5c5c5c;
	cursor: pointer;
	overflow: hidden;
	margin: 1px 0;
	}

../images2/.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 1px;
	}

../images2/.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	height: 1px;
	}

a.jScrollArrowUp {
	position: absolute;
	top: 0;
	right: 0;
	height: 12px;
	width: 5px;
	text-indent: -9000px;
	background: #553200;
	z-index: 1;
	overflow: hidden;
	}

a.jScrollArrowDown {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 13px;
	width: 5px;
	text-indent: -9000px;
	background: url(../images/arrow_bottom.gif) no-repeat;
	z-index: 1;
	overflow: hidden;
	}
