body {
   font-family: Verdana,Arial,Tahoma;
   font-size: 10pt;
}

div#rotate_container {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   width: 400px;
   top: 0;
   padding: 0;
   margin: 5px;
   background-color: #fff;
   /* background: #fff url(/main/images/wwwlogo.gif) center center no-repeat scroll;  */
   border: 1px solid black;
}

div#rotate_container_inner {
   width: 400px;
   height: 286px;
   text-align: center;
}

div#slideall {
  padding: 0;
  margin: 0;
}

img#slide {
   width: 400px;
   height:266px;
}

p#caption {
   margin-top: 2px;
   width: 100%;
   text-align: center;
   font-style: italic;
}

p#instructions {
  display: block;
  width: 390px;
  background-color: #fff;
  margin: 0;
  padding: 5px;
  font-size: 0.85em;
}

