.example {background: #ffffff; width: 645px; border: 0px #ffffff solid; margin: 0px auto; padding: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px}

#my_slider {
    width:645px;
    height:440px;
    overflow: hidden;
    position:relative;
    list-style: none outside none;
    padding:0;
    margin:0;
}
#my_slider li {
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;
}
#my_slider li:first-child {
    display:block;
}
#counter {
    text-align:right;
    font-size:16px;
    width:500px;
}