#scroll-area {
	float:left;	
	width: 480px;
	height:754px;
	padding: 8px;
}
#scroll-area .htmlpageContent {
/*	float:none;	*/
}
#scrollable2 {
	background-color: #000;
	color: #FFF;
	float: left;
	width: 445px;
	height: 740px;
	padding: 8px;
	overflow: hidden;
}

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

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

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

/* vertical track handle */
#handle3 {
	width: 17px;
	height: 13px;
	padding: 12px 0;
}
