#slideshow {
  background: white;
  width: 953px;
  height: 300px;
}
#ambilight {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 26px;
  margin-left: -499px;
  width: 1000px;
  height: 290px;
  background: url(../images/ambilight.png);
}
#portfolio_link_area {
  width: 953px;
  height: 180px;
  background: url(../images/transparent.png);
  z-index: 60;
  position: absolute;
  left: 50%;
  margin-left: -476px;
  top: 80px;
}
#header_menu {
  position: absolute;
  width: 933px;
  top: 0;
  z-index: 15;
  height: 25px;
  padding: 10px;
  background: url(../images/header_menu.png);
}
.fullscreenbutton {
  position: absolute;
  z-index: 52;
  width: 47px;
  height: 26px;
  top: 46px;
  margin-left: 880px;
  background: url(../images/fullscreenbutton.png);
}
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 250;
  display: none;
  background: url(../images/header_menu_bg.png);
  width: 100%;
  height: 100%;
}
#fullscreen_image {
  position: absolute;
  z-index: 300;
  display: none;
  top: 20px;
  padding: 20px;
}
.fullscreen_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.slideshownext {
  position: absolute;
  z-index: 500;
}
.sscontrols {
  position: absolute;
  z-index: 99;
}
.nextbutton{
  background: url(../images/nextgroup.png);
  width: 37px;
  height: 26px;
  display: block;
  position: absolute;
  top: 274px;
  left: 890px;
  z-index: 99;
}
.prevbutton{
  background: url(../images/prevgroup.png);
  width: 37px;
  height: 26px;
  display: block;
  position: absolute;
  top: 274px;
  left: 20px;
  z-index: 99;
}

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
  position: absolute;
  overflow: hidden;
  margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 1%;
  list-style-type: none;
}
.stripViewer ul li {
  float:left;
}
.stripTransmitter {
  overflow: auto;
  width: 1%;
}
.stripTransmitter ul {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99;
  list-style-type: none;
  top: 277px;
  background: url(../images/slideshowcontrol_bg.png);
  padding-left: 5px;
  padding-right: 5px;
  height: 23px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px; 
}
.stripTransmitter ul li{
  width: 20px;
  float:left;
  margin: 0 1px 1px 0;
}
.stripTransmitter a{
  text-align: center;
  background: url(../images/slideshowbullet.png) no-repeat;
  background-position: 6px 8px;
  text-decoration: none;
  display: block;
  outline: none;
}
.stripTransmitter a:hover, a.current{
  background: url(../images/slideshowbullet_hover.png) no-repeat;
  background-position: 6px 8px;
  outline: none;
  display: block;
}

/*tooltips formatting*/
#tooltip {
  background: #fff;
  color: #000;
  opacity: 0.85;
  border: 5px solid #dedede;
}
#tooltip h3 {
  font: normal 10px Verdana;
  margin: 0;
  padding: 6px 2px;
  border: 0;
} 