#slideshow {
   position: absolute;
   top: 35px;
   left: 25px;
   height: 340px;
   visibility: hidden;
   color: rgb(140,140,140);
   z-index: 10;
}
#slideshow div {
   position: absolute;
   font-size: 11px;
   left: 0px;
   top: 0px;
   height: 315px;
   display: inline;
   padding-left: 10px;
   visibility: hidden;
}
#slideshow .screen {
   position: absolute;
   left: 10px;
   top: 50px;
   height: 265px;
   border: 0px;
}
#slideshow h1 {
   font-size: 13px;
   line-height: 16px;
   margin-bottom: 2px;
   margin-top: 8px;
}
#slideshow h1 a {
   color: rgb(220,80,102);
   margin-left: 0px;
}
#slideshow a {
   margin-left: 15px;
}
#slideshow .background {
   position: absolute;
   top: 0px;
   left: 0px;
   height: 340px;
   background: white;
   opacity: 0.95;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}
#matrix {
   position: relative;
   float: left;
   left: -10px;
   height: 360px;
   background: url(/frontpage/amigoz_home_placeholder.gif) no-repeat 10px 10px;
}
#matrix div {
   position: relative;
   float: left;
   width: 90px;
   height: 90px;
   border: 1px solid white;
   visibility: hidden;
}
#matrix div div {
   position: absolute;
   width: 104px;
   height: 104px;
   border: 1px solid white;
   left: -12px;
   top: -12px;
   z-index: 1;
   visibility: hidden;
}
#matrix div img {
   cursor: pointer;
   cursor: hand;
   width: 100%;
   height: 100%;
}