#layer_mask {
   display:none;
   position:fixed;
   background-color:white;
   z-index:10;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity:0.8;
}
#layer_content {
   display:none;
   position:fixed;
   z-index:11;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   cursor:pointer;
}
#layer_scrollpane {
   position:absolute;
   max-width:98%;
   max-height:98%;
   overflow:auto;
   border: 1px solid #000;
}
#layer_img {
   display:block;
}

/* Tibo's hack */
#sns_footer {
	width: auto;
	height: auto;
	padding: 5px 15px 5px 3px;
	text-align: right;
}
#sns_footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}