﻿.style2 {
	border: 1px solid #808080;
	text-align:center;
	
}
.style3 {
	border-collapse: collapse;
	border: 1px solid #808080;
}
.style4 {
	border: 1px solid #808080;
	background-color: #92AFFE;
}
.style5 {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}

.style6 {
	text-align: left;
	width:700;
}

.gallerycontainer{
position:  relative;
}

.thumbnail img{
border: 0px dashed blue;
margin: 0 0px 0px 0;
}

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

.thumbnail:hover img{
border: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-image:url('images/bulletin_board/florida_frame.jpg');
background-position: 51% 42%;
background-repeat:no-repeat;
background-color: white;
padding: 5px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
font-size:10pt;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -15px; /*vertical position */
left: 500px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

