#slideshow-teaser {
  margin-bottom: 20px;
  height: 200px;
}
#slideshow-teaser .ui-tabs-nav {
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 1;
}
#slideshow-teaser .ui-tabs-nav li {
  float: left;
}
#slideshow-teaser .ui-tabs-nav li a {
  background: white;
  color: black;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 0 0 2px 2px;
}
#slideshow-teaser .ui-tabs-nav li.ui-tabs-selected a {
  background: lightgray;
}
#slideshow-teaser .ui-tabs-panel {
  position: relative;
  clear: both;
}
#slideshow-teaser .ui-tabs-panel img {
  -moz-border-radius: 4px 4px 4px 4px;
}
#slideshow-teaser .ui-tabs-panel .info {
  -moz-border-radius: 0 0 4px 4px;
  background: url("../img/transparent-bg.png") repeat scroll 0 0 transparent;
  height: 70px;
  left: 0;
  padding: 5px 20px;
  position: absolute;
  top: 120px;
  width: 600px;
}
#slideshow-teaser .ui-tabs-panel .info h2 {
  color: white;
}
#slideshow-teaser .ui-tabs-panel .info h2 a {
  color: white;
}
#slideshow-teaser .ui-tabs-panel .info p {
  color: white;
}
#slideshow-teaser .ui-tabs-hide { 
  display: none; 
}
