/* シャドー・レイヤー */
#shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  filter: alpha(opacity=70);  /* Internet Explorer用 */
  -moz-opacity: 0.7;          /* FireFox用 */
  opacity: 0.7;               /* Safari用 */
}
/* 拡大画像 */
#bigimage {
  position: absolute;
  top: 100px;
  border: 5px solid #ffffff;
}
/* now loading... */
#loading {
  position: absolute;
  text-align: center;
  font-size: large;
  font-weight: bold;
  color: #ffffff;
}

#pics {
float:right;
}


