<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* additional code wrangling to get things straight for the Dragonfly site -Peter S */
/* Peter S - will code for beer */

/* Link appearance - changed to stop border around logo link */
a:link {color:black;text-decoration:none;} 
a:visited {color:black;text-decoration:none;}
a:hover {color:black;text-decoration:underline;}
a:active {color:black;text-decoration:none;}

.topbanner{
	background-color:black;
	font-family : futura, Arial, Helvetica, sans-serif;
      font-size: 80%;
      color : white;
      margin-left: 50px; 
      margin-top: 28px;
}


.gallerycontainer{
background-color:black;
margin-left: 50px;
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 silver;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
font-family : futura, Arial, Helvetica, sans-serif;
font-size: 80%;
color : white;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0; 
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

BODY {
      background-color : black }

      font-family : futura, Arial, Helvetica, sans-serif;
      font-size: 80%;
      color : white;
     /* margin-left: 60px; 
      margin-top: 30px; */
}



</style>

