.css-slideshow figure{
  margin: -7% -.3%;
  position: absolute; 
   opacity: 100%;
   float: left;
   display: inline;
   width: auto;
}
figure:nth-child(1) {
   animation: xfade 32s 28s infinite;
}
figure:nth-child(2) {
   animation: xfade 32s 24s infinite;
}
figure:nth-child(3) {
   animation: xfade 32s 20s infinite;
}
figure:nth-child(4) {
   animation: xfade 32s 16s infinite;
}
figure:nth-child(5) {
   animation: xfade 32s 12s infinite;
}
figure:nth-child(6) {
   animation: xfade 32s 8s infinite;
}
figure:nth-child(7) {
   animation: xfade 32s 4s infinite;
}
figure:nth-child(8) {
   animation: xfade 32s 0s infinite;
}
@keyframes xfade{
   0%{
      opacity: 1;
   }
   10.5% {
      opacity:1;
   }
   12.5%{
      opacity: 0;
   }
   98% {
      opacity:0;
   }
   100% {
      opacity:1;
   }
}

#figure{
width : 600px;
height: 180px;
float: left;
background-color: #003399;
 display: block;"
 }
 #sidebar2{
 color : black; 
 }
 #foot1{
 float : left;
  display: block;
 padding : 0px;
 margin-top : 1px;
 font : 9px; 
 }
 
 
 #RelatedSites{
 font: 8px;
 padding: 0px;
 }
 #sidebar2{
 background: #92E8F2;
 display:block;"}
 .sidebar1{
 float: left;
	width: 180px;
	background: #92E8F2;
	padding-bottom: 0px;
	}
#nav_class{ text-align: justify;}	
