/* #SAG scroller demo #1 */

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

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

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


/* #SAG scroller demo #2 */

div#mysagscroller2{
	border: 1px solid #cccccc;
    height: 700px;
    width: 99%;
    left: 0px;
}

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