.example{width:1349px;margin:0 auto;padding:0px;}

/*My slider styles*/
#my_slider {
    width:1349px;
    height:678px;
    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:1349px;
}