/******************************************************************************/
/* CLASS OBJECTS                                                              */
/******************************************************************************/
.imgnav {
  position: absolute;
  width: 25%;
  height: 220px;
  cursor: pointer;
  z-index: 150;
}


.linkhover {
  background: url(images/link.png) center center no-repeat;
}








/******************************************************************************/
/* ID OBJECTS                                                                 */
/******************************************************************************/
#wrapper {
  border: 2px solid #000000;
  display: none;
}


#slideshow {
  list-style: none;
}

#slideshow span {
  display: none;
}


#imgprev {
  left: 0;
  background: url(images/left.png) left center no-repeat;
}


#imgnext {
  right: 0;
  background: url(images/right.png) right center no-repeat;
}


#imglink {
  position: absolute;
  height: 220px;
  width: 100%;
  z-index: 100;
  opacity: 0.4;
  filter: alpha(opacity=40);
}


#image img {
  position: absolute;
  z-index: 25;
  width: auto;
}


#l_corner {
  position: absolute;
  top: 193px;
  left: -2px;
  width: 29px;
  height: 29px;
  background: url(images/l_corner.png) no-repeat;
  z-index: 1000;
}


#r_corner {
  position: absolute;
  top: -2px;
  left: 492px;
  width: 40px;
  height: 40px;
  background: url(images/r_corner.png) no-repeat;
  z-index: 1000;
}