.gallerycontainer{
	position: relative;
	height: 75px;
	width: 100px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

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

.thumbnail:hover img{
border: 1px solid #0F304F;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: 0px;
	visibility: hidden;
	color: #333333;
	height: 266px;
	width: 355px; /*- ENSURE TABLE SIZE is set to max available pixels in HMTL file*/
	margin-top: 250px;
	text-decoration: none;
	font-weight: bold;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
position: absolute;
visibility: visible;
top: 0;
/*left: 1; /*position where enlarged image should offset horizontally */
z-index: 50;
}


.rgallerycontainer{
	position: relative;
	height: 75px;
	width: 100px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

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

.rthumbnail:hover img{
border: 1px solid #0F304F;
}

.rthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -126px;
	visibility: hidden;
	color: #333333;
	height: 266px;
	width: 355px; /*- ENSURE TABLE SIZE is set to max available pixels in HMTL file*/
	margin-top: 250px;
	text-decoration: none;
	font-weight: bold;
}


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

.rthumbnail:hover span{ /*CSS for enlarged image*/
position: absolute;
visibility: visible;
top: 0;
/*left: 1; /*position where enlarged image should offset horizontally*/
z-index: 50;
}
a {
	color: #666666;
}


.frgallerycontainer{
	position: relative;
	height: 75px;
	width: 100px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

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

.frthumbnail:hover img{
border: 1px solid #0F304F;
}

.frthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -252px;
	visibility: hidden;
	color: #333333;
	height: 266px;
	width: 355px; /*- ENSURE TABLE SIZE is set to max available pixels in HMTL file*/
	margin-top: 250px;
	text-decoration: none;
	font-weight: bold;
}


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

.frthumbnail:hover span{ /*CSS for enlarged image*/
position: absolute;
visibility: visible;
top: 0;
/*left: 1; /*position where enlarged image should offset horizontally - ENSURE TABLE SIZE is set to max available pixels in HMTL file*/
z-index: 50;
}
