@charset "UTF-8";
/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 200px;
	height: 100px;
	border: 1px solid black;
	padding: 5px;
	background-image: url(../images/transparentBackground.png);
	behavior: url(../Scripts/iepngfix/iepngfix.htc);

}

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

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
#pscroller1 a:link {
	color: #543D17;
}
#pscroller1 a:hover {
	color: #FFFFFF;
}
#pscroller1 a:visited {
	color: #543D17;
}
