@CHARSET "ISO-8859-1";

#ViewerBG {
  position:absolute;
  left:0px;
  top:0px;
  background-color:#000000;
  z-index:9999;
  height:100%;	
}

#ViewerBGContentArea {
  position:absolute;
  width:100px;
  height:100px;
  left:50%;
  top:50%;
  margin: 0px 0px 0px -50px;
  border:5px solid #BBBBBB;
  background: url('/ressources/img/pictureviewer/loading.gif') center center no-repeat #FFFFFF;
  z-index:99999;	
}
