a.jScrollArrowUp {
	background: url(../images/scroll_up.png) no-repeat 50% 50%;
}

a.jScrollArrowDown {
	background: url(../images/scroll_down.png) no-repeat 50% 50%;
}


.orange-bar .jScrollPaneTrack {
	background: url(../images/scroll_bar.png) no-repeat 50% 50%;
}
.orange-bar .jScrollPaneDrag {
	background: url(../images/scroll_drag.png) no-repeat center;
}
.orange-bar .scroll-pane {
	background: none;
}
			
.holder {
	float: right;
	position:relative;
	top:190px;
	left:260px;
}


.holder2 {
	float: right;
	position:relative;
	margin-top:8px;
	padding:10px 0 20px 10px;
	background-image:url(../images/text_bg.png);
}

.holder p{direction:rtl;}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: none;
	float: right;
}


#pane3 {
	height: 310px;
	width:505px;
	clear:both;
	right:25px;
}

#pane4 {
	height: 340px;
	width:580px;
	clear:both;
	left:25px;
}

#pane5 {
	height: 320px;
	width:560px;
	position:relative;
}

