#singlemedia {
  width:506px;
  margin: auto;
}

#singlemedia * {
  margin:0;
}

#infos {
  bottom:0;
  width:504px;
  border: 1px solid #CCCCCC;
  background:#000;
  color:#fff;
  z-index:200;
  opacity:.7;
  filter:alpha(opacity=70);
}

#infos h3 {
  padding:4px 8px 3px;
  font-size:14px;
  color: #fff;
}

#infos p {
  padding:0 8px 8px;
}

.img {
  width: 500px;
  height: 300px;
}

#singleimage, #singlevideo {
  position:absolute;
  z-index:25;
}

#imagelink, #videolink {
  position:absolute;
  height:300px;
  width:100%;
}

#singleimage a:hover{
  background:url(/public/images/modules/albums/link.gif) center center no-repeat;
}

#singlevideo a:hover {
  background:url(/public/images/modules/albums/video.gif) center center no-repeat;
}
