/* #SAG scroller demo #1 */

div#mysagscroller{
width: 300px;  /*width of scroller*/
height:250px;
}

div#mysagscroller ul li{
background:navy;
color:white;
padding:0px;
margin-bottom:0px; /*bottom spacing between each LI*/
}

div#mysagscroller ul li:first-letter{
font-size:26px;
background:white;
color:black;
padding:0 0px;
margin-right:0px;
}


/* #SAG scroller demo #2 */

div#mysagscroller2{
width: 250px; /*width of scroller*/
height:185px;
border:1px solid #C0C0C0;
}

div#mysagscroller2 ul li img{
border-width:0;
display:block; /*this causes each image to be flush against each other*/
}

