
/*My slider styles*/
#my_slider {
    height:700px;
    overflow: hidden;
    position:relative;
    list-style: none outside none;
    padding:0;
    margin:0;
}
#my_slider li {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    display:none;
    width: 100%;
}
#my_slider li img {
    width: 100%;
    height: 100%;
}
#my_slider li:first-child {
    display:block;
}
#counter {
    text-align:right;
    font-size:16px;
    /*width:500px;*/
}