#slide{
   border:black 1px solid;
   border-top:none;
   width:200px;
   height:100px;
   position:absolute;
   top:-80px;
   left:60px;
   background-color:#A8E4FF;
   color:black;
}
#slide2{
   border:black 1px solid;
   border-top:none;
   width:200px;
   height:100px;
   position:absolute;
   top:-80px;
   left:261px;
   background-color:#A8E4FF;
   color:black;
}
#slide3{
   border:black 1px solid;
   border-top:none;
   width:200px;
   height:100px;
   position:absolute;
   top:-80px;
   left:462px;
   background-color:#A8E4FF;
   color:black;
}
#slide4{
   border:black 1px solid;
   border-top:none;
   width:200px;
   height:100px;
   position:absolute;
   top:-80px;
   left:663px;
   background-color:#A8E4FF;
   color:black;
}

#button{
   position:absolute;
   width:100%;
   height:20px;
   bottom:0;
   text-align:center;
   background-color:#62A9FF;
   color:white;
}
#button2 {
   position:absolute;
   border:black 1px solid;
   left:0px;
   width:59px;
   height:20px;
   top:-1px;
   text-align:center;
   background-color:#0000CE;
   color:white;
}
#button3 {
   position:absolute;
   border:black 1px solid;
   left:864px;
   width:200px;
   height:20px;
   top:-1px;
   text-align:center;
   background-color:#FF9933;
   color:white;
}

#button4{
   position:absolute;
   width:100%;
   height:20px;
   bottom:0;
   text-align:center;
   background-color:#CB59E8;
   color:white;
}

#button5{
   position:absolute;
   width:100%;
   height:20px;
   bottom:0;
   text-align:center;
   background-color:#32DF00;
   color:white;
}

#button6{
   position:absolute;
   width:100%;
   height:20px;
   bottom:0;
   text-align:center;
   background-color:#FFE920;
   color:white;
}

