<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
 width: 796px;  
 height: 600px;
/*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;
float: right;
display: block; 
float: right; 
margin: 1px 0px 3px 10px;  
margin: 1px 0px 1px 4px;  
 border: 2px solid #40403E;
}

.thumbnail:hover{
background-color: transparent;
color: #E6E8DC;
width: 305px;

}

.thumbnail:hover img{
border: 2px solid #2C2C2A;


}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:  #20201c;
/*background-color:  #1a1a16;*/
padding: 0px;

top: -1; 
right: 300px;

border: 0px solid;

visibility: hidden;
color: #E6E8DC;
padding: 30px;

text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/

border-width: 0;

padding: 0px;
background-color:  #2C2C2A;
color: #E6E8DC;

}
.thumbnail span p
{
  font-family: verdana, arial, sans-serif;
  COLOR: #929280;
  font-weight: normal;
  text-transform: none;
  padding: 0x 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  font-size:80%;
  padding-left: 30px; 
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
position: absolute;

padding: 2px;
border: 0px solid #40403E;
left: 3px; 
top: 37px; 
z-index: 50;

}

</style>
