.scroll{
	position:absolute;
	display:block;
	height:225px;
	overflow:scroll;
	padding: 15px 60px 15px 20px;
/*	border:1px dashed black;
*/	border-right:0;
	margin:5px 0;
	background:#FCBA12;
/*	left:0;
	top:0;
*/	width: 440px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}

#box1{
/*	left:0;
	top:0;
*/}
