

/*****************************IMAGE GALLERY ROLLOVER FUNCTIONALITY*/

.gallerycontainer{
	color: #000000;
	position: relative; 
}

.gallerycontainer td { text-align: center; vertical-align: middle; }


#showFirst {
	position: absolute;
	visibility: visible;
	color: #000000;
	text-decoration: none;
    
        top: 3px; left: 275px; }

.thumbnail span{ 
	position: absolute;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail:hover span{ 
	visibility: visible;
	z-index: 50;
	text-decoration: none;
	text-align: left;
        top: 3px; left: 275px; }










