﻿
#full-screen-slider {
    width: 100%;
    position: relative;
    height:600px;
}
#slides {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height:600px;
}
    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        height:600px;
        position: absolute;
    }
        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
            height:687px;
            text-indent: -9999px;
        }
#pagination { display:block; list-style:none; position:absolute; top:560px; z-index:9900;  padding:5px 15px 5px 0; margin:0;width:100%;text-align: center;}
#pagination li { list-style:none; width:10px; height:10px; margin:0 5px; border-radius:5px; background:#FFF;display: inline-block; }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
    #pagination li.current {
        background: #53e4c7;
    }
.title_left {
    float: left;
}
.title_right {
    float: right;
}
.title_disc {
    background: url(../images/disc1/png);
}
