
 

.scroll{

	display:block;
	height:300px;
	overflow:scroll;
	padding: 2px 10px 2px 2px;
	border:1px solid #CCC;
	border-right:0;
	margin:10px 0;
	background:#fff;
	left:0;
	top:0;
	width: 320px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}

#box1{
		position:relative;
		
}

 