.scroll-pane{

	overflow:visible; 

	width:421px; 

	height:317px;

	padding-right:35px; 

	position:relative; 

	top:0px

}

.scroll-pane2{

	overflow:visible; 

	width:300px; 

	height:165px;

	padding-right:20px; 

	position:relative; 

	top:0px

}

.scroll-pane3{

	overflow:visible; 

	height:209px;

	padding-right:30px; 

	position:relative; 

	top:0px

}

.scroll-pane4{

	overflow:visible; 

	width:275px; 

	height:192px;

	padding-right:0px; 

	position:relative; 

	top:0px

}

.scroll-pane5{

	overflow:visible; 

	width:889px; 

	height:249px;

	padding-right:20px; 

	position:relative; 

	top:0px

}

.jScrollPaneContainer{

	position:relative; 

	overflow:hidden; 

	z-index:200; 

	/*top:10px;*/

}

.jScrollPaneTrack{

	position:absolute; 

	cursor:pointer; 

	right:3px; 

	width:10px;

	top:0; 

	height:100%; 

	background:url(../images/dragger.jpg) no-repeat center center ;

	padding:0px 0px 0px 0px; 

	/*margin:7px 0px 7px 0px;*/

}

.jScrollPaneDrag{

	position:absolute; 

	cursor:pointer; 

	overflow:hidden; 

	width:5px; 

	height:121px; 

	right:0px;

	background:url(../images/blue.jpg) no-repeat center center;

}

.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:11px; 

	text-indent:-2000px; 

	overflow:hidden;

	width:10px;

	height:6px;

	/*background:url(../images/scroller_up.png) no-repeat 0px 0px;*/

}

a.jScrollArrowUp:hover{

	

}

a.jScrollArrowDown{

	display:block; 

	position:absolute; 

	z-index:1; 

	bottom:0px; 

	width:10px;

	height:6px;

	right:11px; 

	text-indent:-2000px;

	overflow:hidden;

	/*background:url(../images/scroller_down.png) no-repeat 0px 0px; */

}

/*a.jScrollArrowDown:hover{

	background:url(../images/blue.png) no-repeat center center;

}*/

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover{

	

}

