#myscroller {
	position:relative;
// mandatory
width:200px; 	height:100px;
// set as required
background-color:#ffffcc; // set as required
overflow:hidden; // mandatory
border:solid 1px; 	margin:5px;
// optional
} 


#pscroller2{
	width: 330px;
	height: 100px;
	background-color:#FFF;
	padding: 5px;
}
