#buttonavi {
  /* fade it in after everything is ready */
  /* display: none; */
  visibility: hidden;
}

.kwicks {
  list-style: none;  
  position: relative;  
  padding: 0;
  width: 430px;
  margin: 0;
  height: 150px;
  overflow: hidden;
  color:#000000;
}

.kwicks li {  
  display: block;  
  float: left;  
  overflow: hidden;  
  padding: 0;  
  margin: 0;
  cursor: pointer;  
  width: 280px;
  height: 150px;
  margin-right: 0;
  list-style-image: none;
  background-color: #eeeeee;
}

.photo {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 0;
  padding: 0;
}

.kwicks li>a>img {
  position: absolute;
  bottom: 5px;
  left: 10px;
  border: 0;
  padding: 0;
}

.kwicks li>a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

.kwicks li>a:hover {
  background-color: #cccccc;
}

.kwicks li>a:active {
  background-color: #999999;
}

.kwicks li .sub {
  color:#333333;
  display: none;
  padding: 1em;
}

.kwicks li .sub>img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#kwick1 {
  border-left: 1px solid #999999; 
}
#kwick2 {
  border-left: 1px solid #999999; 
}
#kwick3 {
  border-left: 1px solid #999999; 
}
