@charset "utf-8";
/* AJAX RSS FEED */
/***********************************************
* gAjax RSS Pausing Scroller- (c) Dynamic Drive (www.dynamicdrive.com)
* Requires "gfeedfetcher.js" class
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

<style type="text/css">

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example2{ /*Demo 2 main container*/
width: 658px;
height: 110px;
border: 1px solid #3e1d00;
padding: 4px;
background-color: #d8c6b2;
}

#example2 div ul{ /*Demo 2 UL container*/
margin: 0;
padding-left: 18px;
}

#example2 div ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 4px;
}

#scrollerid div p{
background-color: yellow;
}

code{ /*CSS for insructions*/
color: red;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("http://www.albarwilmette.com/images/feed12_icon.gif") no-repeat 0 50%;
}

.openlink {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("http://www.albarwilmette.com/images/arrow.png") no-repeat 0 50%;
}

</style>