#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#overlay {
  background: url(../shisetsu/img/G3/resource/overlay.png);
}

#lightboxIndicator {
	border: 1px solid #fff;
}

#lightboxOverallView {
  background: url(../shisetsu/img/G3/resource/overlay.png);
}

* html #lightboxOverallView,
* html #overlay {
  filter: Alpha(opacity=50);
  background: #000 url(../shisetsu/img/G3/resource/blank.gif);
}

