/*SCROLL PANE*/

.holder {
	float: left;
	margin: 0px;
}
.scroll-bar .jScrollPaneTrack {
	background: #eaeaea;
	border: 1px solid #FFFFFF;
}
.scroll-bar .jScrollPaneDrag {
	background: #c8c8c8 url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.scroll-bar .scroll-pane {
	background: transperant;
}
/*scroll area on subpage sideblock*/
#pane1 {
}

.scroll-pane1 {   
	width: width:225px;
	height:382px;
	overflow: auto;
	float: left;
}


/*scroll area on subpage mainarea*/
#pane2 {
}

.scroll-pane2 {   
	width:690px;
	height: 433px;
	overflow: auto;
	float: left;
}
/*scroll area on HOMEPAGE sideblock*/

.scroll-pane3 {   
	width: width:225px;
	height:423px;
	overflow: auto;
	float: left;
}
