/*
 
 SnowStorm demo page CSS
 -----------------------
 
 None of this is needed for the snow effect to work - it's strictly to make the demo/documentation look pretty.
 
 */



/* seasonal decorations */

#lights {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:155px;
    overflow:hidden;
    
}

.xlsf-light {
    position:absolute;
    
}

.xlsf-fragment {
    position:absolute;
    background:transparent url(lights/image/bulbs-50x50-fragments.png) no-repeat 0px 0px;
    width:50px;
    height:50px;
}

.xlsf-fragment-box {
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    *width:100%;
    *height:10%;
    display:none;
}

.xlsf-cover {
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:10%;
    background:#fff;
    opacity:1;
    z-index:999;
    display:none;
}


