/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 355px;
height: 80px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;

background-color:#FFFFFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.innerDiv{
	position: absolute; 
	width: 100%;
/*	visibility: hidden;
*/}