
.example{ background:transparent; width:280px; hight:280px; border:none; margin:-10px 10px; padding:-25px 0px; -moz-border-radius: 3px;-webkit-border-radius: 3px}

/*My slider styles*/
#my_slider {
    width:280px;
    height:280px;
    overflow: hidden;
    position:relative;
    list-style: none outside none;
    padding:0px;
    margin:-20px 0 0 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;
}