<style type="text/css">
<!--
 
A:link {color:#ad7b94}

A:visited {color:#67687d}

A:hover {text-decoration: none; background: #ffffff; }

A:active {color:#67687d; text-decoration: none}

P.bodytext {color:#000000; font: 8.8pt "Verdana"; line-height: 12pt; text-align: justify}
P.bodytextctr {color:#000000; font: 8.8pt "Verdana"; line-height: 12pt; text-align: center}
P.smalltext {color:#000000; font: 8pt "Verdana"; line-height: 12pt; text-align: justify}
P.largetext {color:#000000; font: 12pt "Verdana"; line-height: 15pt}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 230px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 7px 7px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 360px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

-->

-->
</style>