/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 250px;
height: 250px;
padding-bottom: 5px;
background: #FFF;
/* background-color: lightyellow;*/
}

.someclass{ //class to apply to your scroller(s) if desired
}

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
}

.small {
	font-family: Verdana, sans-serif; 
	font-size: 0.7em;
	color: #666;
	line-height: 1.3em;
}

a:link, a:visited { 
	color: #576F80; 
	text-decoration: none; 
	font-weight: bold;  
	text-align: left;
} 

a:hover { 
	color: #1756BF; 
	text-decoration: underline; 
	font-weight: bold; 
	text-align: left;
} 
