ul{                      /* used for the image cycler - no bullets or indent */
    list-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.b {                       /* this restores bullets but does not indent! */
    list-style-type: disc;
    list-style-position: inside; /* shld indent list to right */
    margin-left: 15px;
    padding-left: 15px;
}

.slider{
 margin: 0 auto;
 width: 298px;       /* match slider image size */
 height: 298px;

 border: 4px solid #FFFFFF; /* indents by 4px, leaves pic full width */
 border-radius:4px;
 box-shadow: 2px 2px 4px #333333;     
}