﻿                   
    ul.gallery
    {list-style: none;
     padding: 5px;
     background: #EEE;
     overflow: hidden;
     border: 1px solid #AAA;
     margin-top: 0px;
     width: 680px;
     
        }
        
     ul.gallery li
     {float: left;
      margin: 6px;
      width: 210px;
      height: 210px;  /* 175*/
      background: #FFF;
      border: 2px solid #AAA;
         }   
         
    ul.gallery img
         {
             max-width: 200px; /* 165*/
             max-height: 180px; /* 145*/
             margin: 5px;
                          border: 1px solid #AAA;
             margin-top: 17px;
             margin: 15px 5px 35px 5px;
             }
         
    ul.gallery li.tall img
         {
             
             
             max-height: 200px; /* 165*/
             width: auto;
             margin: 5px ;
             margin-top: 5px;
             margin-left: 35px; /* 35*/
             margin: 5px 35px 5px 35px;
             border: 1px solid #AAA;
             
            
             }
             

        
 #overlay {
		background: #000;
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		cursor: pointer;
		cursor: hand;
		          /* for IE */
          filter: alpha(opacity=60);
          /* CSS3 standard */
          opacity:0.6;

}

   #gallery
   {
    position: absolute;
		top: 13%;
		left: 10px;
		width: 722px;
		height: 720px;
		background: #FFF;
		z-index: 110;
		display: none;
		border: 5px solid #333333;
		box-shadow: 5px 5px 5px #888;
		text-align: center;
		
   } 
             
    #gallery img
    {
        position: absolute;
        top: 10px;
        left: 20px;
        width: 680px;
        border: 1px solid #AAA;
        z-index: 115;
        margin: 15px auto;
        
        
        }
        
    #gallery.tall
        {
         height: 570px;
            }
            
    #gallery.tall img
    {
     height: 470px;
     width: auto;
     
     display: block;
     margin-left: 170px;
     margin-right: 170px;
     
     margin-top: 15px;
     margin-bottom : 50px;
     border: 1px solid #AAA;
     
    
     
            }
            
#gallery_title 
   {    position: absolute;
        bottom: 15px;
        left: 5px;
        width: 95%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding: 6px 0px 6px 0px;
       }  
            
    #gallery_prev, #gallery_next
    {   
            position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 120;
    width: 60px;
    text-align: center;
    font-size: 12px;
    padding: 4px;
       
        }
    
    #gallery_prev
    {   left: 0px;
        }
        
   #gallery_prev a, #gallery_next a
   {   
        text-decoration: none;
       }
       
   div.slideshow 
   {    text-align: right;
        padding: 4px;
        margin-top: 10px;
        position: relative;
        
       }
    div.slideshow span
    {   
        bottom: 3px;
        left: 0px;
        font-size: 17px;
        font-weight: bold;
        line-height: 20px;
        float: left;
        
            
        }
        
   div.slideshow a
   {    text-decoration:none;
        color: #003B77;
        display: none;
        
       }
       
          div.slideshow a:hover
   {    text-decoration:underline;
        
       }