#slideshow {
   position: absolute;
   top: 35px;
   left: 25px;
   width: 450px;
   height: 0px;
   visibility: hidden;
   color: rgb(140,140,140);
   z-index: 10;

}
#slideshow div {
   position: absolute;
   font-size: 11px;
   left: 626px;
   right:1000px;
   top: 475px;
   width: 250px;
   height: 0px;
   visibility: hidden;
}

#slideshow h1 {
   font-size: 13px;
   line-height: 16px;
   margin-bottom: 2px;
   margin-top: 8px;
}

#slideshow h1 a {
   margin-left: 0px;
}

#slideshow a {
   margin-left: 15px;
}


#matrix {
   position: relative;
   width: 546px;
   height: 310px;
   background: white;
}
#matrix div {
   position: relative;
   float: left;
   width: 98px;
   height: 98px;
   border: 1px solid white;
   visibility: hidden;
}
#matrix div div {
   position: absolute;
   width: 112px;
   height: 112px;
   border: 1px solid white;
   left: -12px;
   top: -12px;
   z-index: 1;
   visibility: hidden;
}
#matrix div img {
   cursor: pointer;
   cursor: hand;
}