
#content {
	position	: relative;
	width		: 630px;
	float:left;
		
	
}	
#scroll_container{
	position: absolute;
	right:0px;
	top:0px;
	width:15px;
	
}


#scrollArea {
	position: relative;
	float: right;
	clear:both;
	height: 346px;
	width: 15px;
	background-color:#FFFFFF;
	overflow: hidden;
}

#scroller {
	position: absolute;
	top: 0px;
	width: 5px;
	background: #9EA2A6;
	margin-left:5px;
	margin-right:5px;
	
}
#btnUp{
	clear:both;
	position:relative;
	width:15px;
	height:15px;
	background-image:url(../images/Bu_scroll_up.gif);
	background-repeat:no-repeat;
	}
#btnDown{
	clear:both;
	position:relative;
	width:15px;
	height:15px;
	background-image:url(../images/Bu_scroll_down.gif);
}
