<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
ul.enlarge{
 margin-top:-15px;
 margin-left:-40px;
  margin-right:-20px;
 }
ul.enlarge li{
 display:inline-block; 
 position: relative;
 z-index: 0; 
 margin:10px 40px 0 20px;
 /*width:90%;*/
 
  position:relative;
  margin-left:0px;
  margin-top:0px;
  padding-left:10px;
  padding-top:20px;
  padding-right:10px;
  text-align:left;
 }
ul.enlarge img{
 background-color:#eae9d4;
 padding: 6px;
 -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
 -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
 box-shadow: 0 0 6px rgba(132, 132, 132, .75);
 -webkit-border-radius: 4px; 
 -moz-border-radius: 4px; 
 border-radius: 4px; 
 
  position:relative;
  margin-left:0px;
  margin-top:0px;
  text-align:left;
  
  
 
 }
ul.enlarge span{
 position:absolute;
 left: -9999px;
 background-color:#eae9d4;
 padding: 10px;
 font-family: 'Droid Sans', sans-serif;
 font-size:.9em;
 text-align: center; 
 color: #495a62; 
 -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
 -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
 box-shadow: 0 0 20px rgba(0,0,0, .75);
 -webkit-border-radius: 8px; 
 -moz-border-radius: 8px; 
 border-radius:8px;
 }
ul.enlarge li:hover{
 z-index: 50;
 cursor:pointer;
 }
ul.enlarge span img{
 padding:2px;
 background:#ccc;
 
  width:450px;
  height:650px;
 }
ul.enlarge li:hover span{ 
 top: -60px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
 left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
 }
ul.enlarge li:hover:nth-child(2) span{
 left: -100px; 
 }
ul.enlarge li:hover:nth-child(3) span{
 left: -200px; 
 }</pre></body></html>