﻿.gallerycontainer{
position: relative;
list-style-type:hebrew;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;


}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail:hover img{
border: 1px solid black;

}

.thumbnail span{ /*CSS for enlarged image*/
background-color:#D3B171;
padding: 1px;
border: 1px solid gray;
visibility: hidden;
color: black;

text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
  height:350px;
  width:582px;
position:absolute;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility:visible;
top: 15px;
left:120px;
z-index: 5;

}

    .thumbnail ul
    {
	list-style: none;
    visibility:collapse;
    float:left;
    margin:0;
    
    
    }
    .thumbnail li
    {
  position:relative;

    display:block;
    font-family:Times New Roman;
    font-size:12px;
    font-style:normal;
    font-weight:500;
    padding-left:7px;
    
    }
    .thumbnail a  
    {
    padding-left:20px;
    text-decoration:underline;
    color:black;
    
    
    
    }
    
    .thmimg 
    { 
		
		color:black;
		width:100px;
	  position:relative;

    }
    
    
    .thimg
    
    {
		font-size:12px;
		color:black;
		
		}



