﻿/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 350px;
height: 50px;
padding:5px;
background-color: #efefef;
}

#pscroller1 a{
text-decoration: none;
}

.txtscroll { font-size:11px; color:#58595b; line-height:15px; }
.txtscroll a { font-size:11px; color:#9cb923; text-decoration:none; }
.txtscroll a:hover { color:#2691bd; text-decoration:underline; }

blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 330px;
  background: url(close-quote.gif) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
  margin:0px;
  height:50px;
}

blockquote:first-letter {
  background: url(open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}


