/***** Gallery class *****/


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/}.gallerycontainer1{
position: relative;
/*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 blue;
}
/**CSS for enlarged image***/
.thumbnail span{ 
position: absolute;
background-color: #579EBC;
padding: 5px;
left: -1000px;
border: 1px solid ;
visibility: hidden;
color: black;
text-decoration: none;
}
/*CSS for enlarged image*/
.thumbnail span img{ 
border-width: 0;
padding: 2px;
}
/*CSS for enlarged image*/
.thumbnail:hover span{ 
visibility: visible;
top:85px ;
left:0px; 
z-index: 50;
}

#container_top h1 {clear:both; margin:0; padding-top:200px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#container_top h1 em {font-size:0.6em; color:#000;}

#container1_top h1 {clear:both; margin:0; padding-top:200px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#container1_top h1 em {font-size:0.6em; color:#000;}