body { 
  background-color: #000; margin: 0px; 
}
  
.slideshow img { 
  padding: 0px; border: 0px solid #000; background-color: #000; width: 100%; 
}
  
div.floating-menu {
//  position:fixed;  
  
 // background:#000000;
 // border:1px solid #00000;
 right:10px;
 
 // width:300px;
  z-index:100;
}

div.floating-menu a, div.floating-menu h3 {
  color: white;
  font-family: 'Open Sans', sans-serif;
//  font-family:Courier;
//  text-align: right;
  text-shadow: black 0.1em 0.1em 0.2em;
//  display:block;
  margin:0pt;
 // width:300px;

}

li {
display:inline;
 padding-right: 20px;
    padding-left: 0px;
   
}

a.title-text {
text-decoration: none;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.title-logo {
 float:left;
}

a.external {
  background: url(../img/external.png) center right no-repeat;
  padding-right: 11px;
}

