@charset "utf-8";
/* CSS Document */

<style type="text/css">

/* #SAG scroller demo #1 */

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

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

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


/* #SAG scroller demo #2 */

div#mysagscroller2{
width: 190px; /*width of scroller*/
height:515px;
margin-left:0px;
z-index:0000;
}

div#mysagscroller2 ul li img{
width:195px;
margin-left:-5px;
display:block; /*this causes each image to be flush against each other*/
margin-bottom:5px;
}


div#mysagscroller1{
width: 230px; /*width of scroller*/
height:580px;
margin-left:0px;
}


div#mysagscroller1 ul li img{
width:192px;
height:120px;
margin-left:0px;
display:block; /*this causes each image to be flush against each other*/
margin-bottom:5px;
}
