/* 
  Author: Dmitry Bystrov http://bikosite.net
  Date: 25.12.2009
  Location: Zaporizhzhya, Ukraine, Eastern Europe
*/

#album_wrapper {
  display: none;
  position:absolute;
  z-index:1;
}

#album_container {
  width:640px;
  height:480px;
  background-color: white;
  border: 2px solid #006699;
}

#album_content {
  width:620px;
  height:460px;
  margin: 10px;
  border:0px;
}
