#showImageContainer {display: none; z-index: 110; position: fixed; width: 100%; height: 100%;}
#showImageFrame { background-color: white; text-align: center; position: relative; margin: 2% auto auto; border-color: green; border-style: solid; }
#showImageResource {}
#showImageComment { font-size: 12px; text-align: center; padding: 2px; }
#showImageShadow { z-index: 100; -moz-opacity: .50; filter: alpha(opacity=50); opacity: .50; position: fixed; width: 100%; height: 100%; background-color: black; display: none; }
#showImageClose { color: red; font-size: 12px; font-weight: bold; text-align: right; padding: 2px; cursor: pointer; display: block; }

