/* Scroller */
#scroll_container {
	margin:0 0 0 0;
	width: 946px;
	height: 490px;
	overflow:hidden;
	margin-right:10px;
	float:left;
	background:#fff;
}

#content{
	/*width:390px;
	padding:0 0 40px 40px;
	float:right;
	line-height:20px;*/
	width:946px;
	background:none;
}

.faq #content{
	height:850px;	
}


#scroll_knob {
	position:relative;
	height: 10px;
	width: 10px;
	margin-left:6px;
	background:#373737;
	cursor: pointer;
}

#scroll_up {
	height:11px;
	width:15px;
	cursor:pointer;
}

#scroll_down {
	height:11px;
	width:15px;
	cursor:pointer;
}

#scollbar_container {
	height:400px;
	margin-left:910px;
	padding:100px 10px 0 0;
	margin-top:-500px;
	float:left;
	width:15px;
	display:inline;
}

#scroll_area {
	height: 300px;
	margin-top:12px;
	width: 15px;
	background:url("../img/dot.gif") repeat-y 3px 0px;
}
