/* Tooltip */
.cluetip-carousel {
/*  background: #999;  */
/*     background: url(images/bg-tooltip-fade.png) bottom right; */
  height: auto; /* for fixed height, otherwise it starts on fixed top and length set by text lines */
/*   margin-top: -10px; */
  padding: 4px;
  margin-top: -56px;
}
.cluetip-carousel #cluetip-outer {
  position: absolute;
/*   top: 2px; */
  top: 1px;
  left: 1px;
}
.cluetip-carousel h3#cluetip-title {
  margin: 0;
  padding: 8px 12px;
  font-weight: bold;
  color: black;
  background: white;
  border: 3px solid #333;
/*   border-left: 1px solid #f0c78b; */
}
.cluetip-carousel #cluetip-inner {
}
/* Carousel */
#heftarchivcarousel
{
    position: relative;
    height: 400px;
    background: url(images/carousel_background.png) repeat-x;
}
a.carousel-link, a.carousel-link:visited, a.carousel-link:link
{
    position: absolute;
    left: 0px;
    top: 0px;
    background: white;
}
a.carousel-link img
{
    border: 1px solid black;
}
#item-info
{
    margin: 0px auto;
    width: 400px;
    height: 100px;
}
#link-box
{
    float: left;
    text-align: right;
    margin-top: 0px;
    padding-right: 10px;
    width: 240px;
}
#item-title
{
    font-weight: bold;
    color: #f00000;
    text-decoration: none;
}
#item-description
{
    text-align: left;
    width: 338px;
    margin-left: 250px;
    padding-left: 9px;
    padding-bottom: 10px;
    border-left: 3px solid #a0a0a0;
}
