/* CSS Document */
#pscroller1{
	width: 680px;
	height: 80px;
	/*border: 1px solid black;*/
	padding: 5px;
	/*background-color: lightyellow;*/
}

#pscroller2{
	width: 350px;
	height: 20px;
	/*border: 1px solid black;*/
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}
#pscroller_blog{
	height: 80px;
	/*padding: 5px;*/
}
#pscroller_blog a{
	text-decoration: none;
}
#pscroller_photo{
	height: 80px;
	/*padding: 5px;*/
}
#pscroller_photo a{
	text-decoration: none;
}

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

