body{
margin-left:30px;
margin-top:0px; margin-bottom:0px; margin-right:0px;
padding:0px; font-family:verdana; font-size:11px;
background-color:#ffffff;

}
.gallerycontainer{
position: relative;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F0EFDA;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: visible;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 320px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
#block{
position:relative;
width:600px;
height:410px; left: 320px; bottom:381px; margin-top:15px;
background:url(../images/crossed-with-strong-1.jpg); z-index:1;
}
*html #block{
position:relative;
width:600px;
height:410px; left: 320px; bottom:379px; margin-top:20px;
background:url(../images/crossed-with-strong-1.jpg) repeat-x;
z-index:-1;
}

a{
text-decoration:none;
}
h1{
font-size:12px;
}

/* First Image */

.thumbnail1 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail1:hover{
background-color: transparent;
}

.thumbnail1:hover img{
border: 1px solid blue;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color:#F0EFDA;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: visible;
color: black;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail1:link span, .thumbnail1:visited span, .thumbnail1:active span{ /*CSS for enlarged image*/
visibility: visible;
position:absolute;
top: 0;
left: 320px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

*html .thumbnail1:link span, *html .thumbnail1:visited span, *html .thumbnail1:active span{
	z-index:-1;
	}
.thumbnail1:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 320px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
