body{
  /*width:100%;*/
  /*height:100%;*/
  margin:0px;
  padding:0px;
  overflow:hidden;
  /*font-size:12pt;*/
  /*color:white;*/
  background-color:#999999;
}

.slideshow{
   /*margin:15px;*/
   width:100%;
   height:100%;
}

.imageContainer{
  width:100%;
  height:100%; 
}

.imageDiv{
  font-size:0;
  margin:0;
  padding:0;
  text-align:center;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  /*line-height:200px;*/
}

.image{
  width:100%;
  height:100%;
  vertical-align:middle;
  border:0;
}
