@charset "UTF-8";
/* CSS Document */

#container {
	position	: absolute;
	top			: 0px;
	/**top		: 30px;
	_top		: 0px;*/
	left		: 70px;
	width		: 410px;
	height		: 260px;
	overflow	: hidden;
	/*_left		: 0px;*/
	margin-top: 0px;
	
	
}

#content {
	position	: relative;
	width		: 398px;
	left		: 5px;
	top: 0px;
}



#scrollArea {
	position	: absolute;
	left		: 488px;
	/*_left		: 0px;*/
	top			: 0px;
	/**top:		30px;
	_top		: 5px;*/
	height		: 260px;
	width		: 9px;
	
	background-color: #f1f1f1;
	
	
	
	

}

#scroller {
	position	: absolute;
	
	top			: 0px;
	width		: 9px;
	height		: 19px;
	
	background-color: #ff7200;
}

