

#scrollerClipper {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  width: 170px;
  height: 150px;
  overflow: hidden;
  border:solid;
  border-width: 2px;
  border-color: #510000;
background-color:#000000; 
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
  margin-bottom:10px;
  overflow:hidden;
}

.block_ticker .content {
  height: 75px; 
}

.scrollerContentItem {
  margin: 5px 5px 0px;
  padding: 2px;
}


#scrollPane {
  position: relative; 
  top: 0px;
  left: 0px;
}

#firstscrollerContentItem {
  height: 75px;  /* the same as the height of #scrollerClipper */
  margin: 5px 5px 0px;
  padding: 2px;
}

#lastscrollerContentItem {
  height: 0;
}

#scrollPane  .scrollerContentItem  .news-title a:link,
#scrollPane  .scrollerContentItem  .news-title a:visited ,
#scrollPane  .scrollerContentItem  .news-title a:hover {
  display: block;
  color: #7998C5;
  font-size: 11px;
  font-weight:bold;
}
.scrollerContentItem  .news-title a:link,
.scrollerContentItem  .news-title a:visited  {
  text-decoration:none;
}
.scrollerContentItem  .news-title a:hover {
  text-decoration:underline;
}

.news-divider {
  width: 100%;
  border-bottom: 1px dashed #666666;
  margin-top: 10px;
  margin-bottom: 10px;
	
}

#scrollPane  .scrollerContentItem  .news-title2 a:link,
#scrollPane  .scrollerContentItem  .news-title2 a:visited ,
#scrollPane  .scrollerContentItem  .news-title2 a:hover {
  display: block;
  color: #7998C5;
  font-size: 11px;
  font-weight:bold;
}

.read-more a:link,
.read-more a:visited,
.read-more a:hover  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-left: 8px;
  color: #ffffff;
}

.read-more a:link,
.read-more a:visited  {
  text-decoration:none;
}
.read-more a:hover {
  text-decoration:underline;
}

