<?php
header('Content-Type: text/css; charset: UTF-8');
?>
body{margin:0;padding:0}
.example{background:#FFF;width:68vw;margin: 20px auto;}
.example > ul > li > img {width:68vw;}

/*My slider styles*/
#my_slider {
    width:68vw;
    height:45vw;
    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;
}
.bottomslider {
font-size:16px;
    width:calc(68vw - 30px);
    padding:15px;
    min-height:22px;
    background-color: #000;
}

#title {
	float:left;
}

#counter {
    text-align:right;
    float:right;
}