
.slider1,
.slider1 .body,
.slider1 .body .i,
.slider1 .body .i .table {
    height: 555px;
    height: 465px;
}
.slider1 {
    z-index: 1;
    width: 100%;
    position: relative;
}
.slider1 .body {
    z-index: 5;
    width: 100%;
    position: relative;
}
.slider1 .body .i {
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    width: 100%;
    -moz-opacity: 1; 
    filter:alpha(opacity=1); 
    opacity: 1;
    /*transition: opacity .4s linear;*/
}
.slider1 .body .i:first-child {
    display: block;
}
.slider1 .body .i.swipeleft,
.slider1 .body .i.swiperight {
    -moz-opacity:0!important; 
    filter:alpha(opacity=0)!important; 
    opacity:0!important; 
    transition: all  0.25s  ease-out;
    -moz-transition: all  0.25s  ease-out;
    -webkit-transition: all  0.25s  ease-out;
    -o-transition: all  0.25s  ease-out;
    z-index: 6!important;
}
.slider1 .body .i.swipeback {
    z-index: 7!important;
    /*transition: left  0.25s  ease-out;
    -moz-transition: left  0.25s  ease-out;
    -webkit-transition: left  0.25s  ease-out;
    -o-transition: left  0.25s  ease-out;*/
}
.slider1 .body .text {
    text-align: center;
}
.slider1 .body .timerbar {
    /*display: none;*/
    background-color: #ffde00;
    position: absolute;
    bottom: 0px;
    height: 3px;
    height: 3px;
    width: 100%;
    margin-bottom: -5px;
}
.slider1 .body .timerbarbg {
    display: none;
    position: absolute;
    bottom: 0px;
    background-color: rgba(255, 222, 0, 0.25);
    height: 19px;
    width: 100%;
    z-index: 10;
    border-top: 1px #ffde00 solid;
}
.slider1 .points {
    /*display: none;*/
    width: 98%;
    padding: 2% 0%;
    text-align: center;
}
.slider1 .points .i {
    display: inline-block;
    margin-left: 15px;
    width: 22px; 
    height: 22px; 
    border-radius: 15px; 
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px;
    background-color: #DDD;
    position: relative;
    z-index: 20;
    cursor: default;
}
.slider1 .prev,
.slider1 .next {
    display: none;
    position: absolute;
    z-index: 100;
    top: 35%;
    height: 25%;
    /*transition: opacity .4s linear;*/
}
.slider1 .prev img,
.slider1 .next img {
    height: 100%;
}
.slider1 .next {
    right: 1px;
} 
