#scroll-area {
	float:left;	
	width: 688px;
	height: 447px;
	padding:0px;
	margin-left:90px;
}
#scroll-area .htmlpageContent {
/*	float:none;	*/
}
#scrollable2 {
	color: #000;
	float: left;
	width: 650px;
	height: 390px;
	overflow: hidden;
	padding:10px;
}

/* wrap to make sure that image area is clickable */
#wrap3 {
	float: left;
	width: 17px;
	height: 423px;
	background: transparent url(../images/scroll_bottom.jpg) no-repeat bottom left;
	background-color:#000000;

}

/* top image of track */
#track3-top {
	position: absolute;
	width: 17px;
	height: 15px;
	background: transparent url(../images/scroll_top.jpg) no-repeat top left;
	
}

/* vertical track */
#track3 {
	float: left;
	position: absolute;
	width: 20px;
	height: 350px;
}

/* vertical track handle */
#handle3 {
	width: 20px;
	height: 20px;
	padding: 20px 0px;
	cursor: pointer;
}