*{
    margin:0;
    padding: 0;
}
html, body{
    height:100%;
    overflow: hidden;
}
.container, .sections, .section{
    position: relative;
    height: 100%;
}
.section{
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
}
#section0{
    background-image: url(1.jpg);
}
#section1{
    background-image: url(2.jpg);
    background-size: cover;
}
#section2{
    background-image: url(3.jpg);
}
#section3{
    background-image: url(4.jpg);
}
#section4{
    background-image: url(5.jpg);
}

/* XSwitch  */
.pages{
    position: fixed;
    right:10px;
    top:50%;
    list-style: none;
}
.pages li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin: 15px 0 0 7px;
}

.pages li.active{
    margin-left: 0;
    width:14px;
    height: 14px;
    border: 2px solid #fff;
    background: none;
}