/*
*/
.sub {
color:black;
font-size:80%;
}

img {
border:none;
}

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

.kwicks {
  list-style: none;  
  position: relative;  
  padding: 0;
  width: 390px;
  margin: 10px 0 10px 0;
  height: 150px;
  background: url(frontpage-kwicks-bg.png) no-repeat top left;
  overflow: hidden;
}
.kwicks li {  
  display: block;  
  float: left;  
  overflow: hidden;  
  padding: 0;  
  margin: 0;
  cursor: pointer;  
  width: 130px;
  height: 150px;
  margin-right: 0;
  list-style-image: none;
}

.kwicks li>a>img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 130px;
  height: 40px;
  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:active {
    background-color: white;
  }

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

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

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