﻿body 
{
  
}
div#slideshow
{
    display: block;
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 702px;
    height:600px;   
}
.slide
{
    display: none;
    background-color: White;
    border: solid 1px black;
    width: 700px;
    height: 550px;
    text-align: center;
    padding-top: 20px;
}
.slide1
{
    display: block;
    background-color: White;
    border: solid 1px black;
    width: 700px;
    height: 550px;
    text-align: center;
    padding-top: 20px;
}
div#buttons
{
    height: 25;
    width: 450px;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    background-color: Aqua;
    padding-left: 250px;
}
.bstyle
{
    font-size: 12pt;
   
}
