/* slide.css */
#box1{
    position:absolute;
}
#box1 span{
    display:block;
    float:left;
}
