/* http://igor-bg.blogspot.com/2009/11/light-box-image-viewer-for-blogger.html */
#ihw_image_shadow{top:0;left:0;z-index:900;height:100%;width:100%;border:none;display:none;position:fixed;background-color:#000;opacity:.5;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;}
#ihw_image_box{z-index:1000;display:none;position:absolute;background-color:#fff;-moz-border-radius:5px 5px 10px 10px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;-goog-ms-border-radius:5px 5px 10px 10px;border-radius:5px 5px 10px 10px;-moz-box-shadow:0 1px 3px rgba(0,0,0,.15);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);-goog-ms-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);}
#ihw_image_box img{border:none;max-height:800px;max-width:1000px;}
#ihw_image_footer{margin:5px;max-height:820px;max-width:980px;}
#ihw_image_footer_title{float:left;}
#ihw_image_footer_message{padding-left:10px;float:right;}
#ihw_image_footer_message_lnk{color:black;}
#ihw_image_footer_message_lnk:hover{color:red;text-decoration:none;}
#ihw_image_main_lnk{margin:5px;padding:0;display:block;text-align:center;}
#ihw_image_main{margin:0 auto;display:block;}