/* CSS Document */
#slide {
width:100%;

margin:0 auto;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}

