﻿#container2 {
	position : relative;
	top : 10px;
	left : 10px;
	width : 700px;
	height : 455px;
	background : #EEE;
	overflow : hidden;
	border : 0px solid #666;
}
#content2 {
	position	: relative;
	width		: 690px;
	left		: 5px;
}
p {
	font		: normal 10px/14px "Times New Roman", Times, serif;
}
#scrollArea {
	top : 27px;
	position : relative;
	height : 420px;
	width : 15px;
	border : 1px solid #666;
	overflow : hidden;
	background: #7F8083;
	cursor: n-resize;
}
#scroller {
	position : relative;
	top : -1px;
	width : 15px;
	background : #AAA;
	border-top : 1px solid #666;
	border-bottom : 1px solid #666;
	background: #161314;
}

/* <Scroll> */