/*
Contains formatting information for the automatic photo slideshow script.
Johannes Knabe, Bonn / Germany, 2005-07
            and St Albans / UK, 2006-08
*/

/*hide everything but the picture:*/

input,#picInfo,div.smallprint,.controlTable,a.goLink,select {
    display:none;
}

body {
  background-color: #000000;/*#aaa;/*this #aaa and the border #aaa's to #000*/
  color:            #666666;
  margin:           3px;
  padding:          0px;
}  
span.info {         /*user defined picture texts*/
  font-style:       italic;
}
td.currpic img{        /*current picture frame*/
  border:           1px solid #000;
  background-color: #fff; /*should equal the fade-to color from the script*/
  margin:          5px;  /*some space needed as browsers are different*/
}


