<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w2dphototable_gallery{
    position:relative;
	padding: 0 !important;
	margin: 0 !important;
}
 
.w2dphototable_div, .w2dphototable_div a{
    width:100px;
    height:100px;
    overflow:hidden;
}
 
.w2dphototable_gallery .w2dphototable_div{
    position:absolute;
	padding:5px 5px 18px 5px;
	background:#eeeeee;
} 
.w2dphototable_div.shade{
	padding:5px 10px 23px 5px;
	background:url(../images/w2dphototablebg.png) transparent no-repeat;
}	
 
.w2dphototable_div a{
    text-indent:-9999px;
    display:block;
}

.w2dphototable_tidy {
	display:none;
	border:1px solid white;
	position:absolute;
	color:white;
	background-color:#333333;	
	padding:8px;	
	cursor:pointer;
	z-index:500;
	box-shadow:3px 3px 3px #666666;
	opacity:0.8;
	border-radius:5px;
}</pre></body></html>