#preload-bar {
    position: absolute;
    top: 50%; 
    width: 100%;
    background: black;
}

#preload-bar .bar {
    width: 1%;
    height: 5px; 
    background: #003000; 
}

#player-control {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 10;
}

#player-control .play {
    display: none;
}

#player-control .volume {
    display: none;
}

html,
body,
#slides,
.sl,
.sl .bg {
	width: 100%;
	height: 100%;
    margin: 0;
    background: #000;
}

.sl {
    display: none;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide1 .bg {
    background: url(../images/slide1.jpg) no-repeat;
    background-size: cover;
}

.slide2 .bg {
    background: url(../images/slide2.jpg) no-repeat;
    background-size: cover;
}
.slide3 .bg {
    background: url(../images/slide3.jpg) no-repeat;
    background-size: cover;
}
.slide4 .bg {
    background: url(../images/slide4.jpg) no-repeat;
    background-size: cover;
}
.slide5 .bg {
    background: url(../images/slide5.jpg) no-repeat;
    background-size: cover;
}
.slide6 .bg {
    background: url(../images/slide6.jpg) no-repeat;
    background-size: cover;
}
.slide7 .bg {
    background: url(../images/slide7.jpg) no-repeat;
    background-size: cover;
}
.slide8 .bg {
    background: url(../images/slide7.jpg) no-repeat;
    background-size: cover;
}   
.slide9 .bg {
    background: url(../images/slide8.jpg) no-repeat;
    background-size: cover;
}   
.slide10 .bg {
    background: url(../images/slide10.jpg) no-repeat;
    background-size: cover;
}

.hide {
    display: none;
}

.visible {
    display: block;
}

.reset-ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#main-nav {
    display: none;
    margin-top: -96px;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 100;
}
    #main-nav li {
        margin-bottom: 8px;
    }
        #main-nav li a {
            background-color: #fff;
            width: 10px;
            height: 10px;
            border: 1px solid green;
            border-radius: 50%;
            display: block;
            text-indent: -9999px;
        }

    #main-nav li.active a {
        background-color: green;
    }