
#scroll_area {
	width:650px;
	height:322px;
	overflow:hidden;
	margin-left: 48px;
}
#scroller{
	width:600px;
	height:370px;
	margin-top:230px;
}
#scroll_content *{
	width:400 !important;
}
#scroll_content{
	width:570px;
	left:0;
	z-index:10;
}
#scroller_controls{
	display:none;
	margin-left:8px;	
}
.active_content{
	border-left:1px solid #87511e;
	background-repeat:repeat-y;	
}
*html .active_content{
	margin-left:0;
	left:0;
}
#scroll_content a, #scroll_content a:link, #scroll_content a:visited {
	color:#623217;
}
#scroll_content a:hover {
	color: #FFF;
}
.jScrollPaneDragTop{
	width:11px;
	height:7px;
	background-image:url(../images/img_scrollbar_toparrow.gif);
	background-repeat:no-repeat;
}

.jScrollPaneDragBottom{
	width:11px;
	height:7px;
	background-image:url(../images/img_scrollbar_bottomarrow.gif);
	background-repeat:no-repeat;
}


.jScrollPaneContainer {position: relative;overflow: hidden;z-index: 1;}
.jScrollPaneTrack {
		position: absolute;
		cursor: pointer;
		right: 0;
		top: -20;
		height: 100%;
		background: #aaa;
		width:11px;
		background:none;
		background-image:url(../images/img_scrollarea_bg.gif);
		}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background-image:url(../images/img_scrollbar_bg.gif);
	background-repeat:repeat-y;
	}

.jScrollPaneDragBottom {position: absolute;bottom: 0;left: 0;overflow: hidden;}
/*****************************/

/*.scoller_viewmore_btn{
	float:left;
	width:100px;
	border:1px solid black;
	margin-top:5px;
	margin-right:20px;
	margin-left: 0px;
	width:123px;
	height:38px;
	background:none;
	background-image:url(../images/img_readmore.gif);
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;	
}*/