/***
 DynamicDrivePausingup-downScroller.css
 http://www.dynamicdrive.com/dynamicindex2/prohtmlticker.htm
 Step 1 Script
 ***/

/***********************************************
* Pausing up-down scroller- c Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 140px;
height: 125px;
border: 0px solid black;
padding: 1px;
background-color: white;
}

#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*/
}
