<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 1px 1px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border-left: blue 0px solid;
	border-bottom: blue 0px solid;
	border-right: blue 0px solid;
	border-top: blue 0px solid;
}

.thumbnail SPAN {
	BORDER-RIGHT: gray 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: gray 1px solid;
	PADDING-LEFT: 5px;
	LEFT: -1000px;
	VISIBILITY: visible;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: gray 1px solid;
	COLOR: #003366;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: gray 1px solid;
	POSITION: absolute;
	BACKGROUND-COLOR: lightyellow;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: auto;
}
.thumbnail SPAN IMG {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BORDER-RIGHT-WIDTH: 0px
}
.thumbnail:hover SPAN {
	Z-INDEX: 50;
	LEFT: 550px;
	TOP: 250px;
	right: 950px;
	visibility: visible;
}

</style>
