/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 62px;
padding: 0px;
background-color: lightyellow;
}

#pscroller2{
width:  200px;
height: 62px;
padding: 1px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#marqueecontainer{
	position: relative;
	width: 200px; /*marquee width */
	height: 400px; /*marquee height */
	/*background-color: white;*/
	overflow: hidden;
	padding: 0px;
}/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 62px;
padding: 0px;
background-color: lightyellow;
}

#pscroller2{
width:  200px;
height: 62px;
padding: 1px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#marqueecontainer{
	position: relative;
	width: 200px; /*marquee width */
	height: 803px; /*marquee height */
	overflow: hidden;
	padding: 0px;
}