/* === Preview === */
#thumbnail_preview {
  position: fixed;
  z-index: 100;
  width: 436px;
  height: 336px;
  background: url(//image.syncsearch.jp/image/preview.gif) no-repeat 0 0; 
  display: block;
  left: 35%;
  top: 326px;
}
#thumbnail_previewContainer {
  width: 407px;
  height: 307px;
  margin: 16px 0px 0px 16px;
  background: url(//image.syncsearch.jp/image/shadow.png) no-repeat 0 0;
}
img#thumbnail_previewImage {
  width: 400px;
  height: 300px;
  border: 1px solid #CCCCCC;
}
