/**
 * Juicy Slider styles sheet
 *
 * (c) 2013 by Van Ting
 *
 */

.juicyslider {
    display: block; visibility: visible; position: fixed; top: 0px; left: 0px; z-index: -1; overflow: hidden;width:100%;height:100%;
}

.juicyslider ul {
    width:100%;
    height:100%;
    position:absolute;
    overflow: hidden;
    list-style: none outside none;
    padding:0;
    margin:0;
}

.juicyslider li {
    width: 100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;       /* all hidden initially */
}

.juicyslider li img{ width:100%}

.juicyslider li:first-child {
    display: block;
}

