/* CSS Document */

/*Example CSS for the two demo scrollers*/
#Target em{
font:11px Arial, Georgia, "Times New Roman", Times, serif;
color: #CC0000;
font-weight:bold;
font-style:normal;
}
#pscroller1{
width: 150px;
height:160px;
/*background-color:#000066;*/
color: #FF6600;
font:9px Verdana, Arial, Helvetica, sans-serif;
}
#pscroller1 img{
padding:7px 0;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}
#pscroller1 a{
font:11px Arial, Helvetica, sans-serif;
color: #336699;
text-decoration: none;
}
#pscroller2 a{
color: #FF3366;
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
/*Mine Added*/
#Target{
width:175px;
height:100px;
margin:0 auto;
background-color:#000066;
}